From 5998334992f6010c8cc26a35c4d62e579b2ad41f Mon Sep 17 00:00:00 2001 From: scx1332 Date: Mon, 11 Mar 2024 17:33:13 +0100 Subject: [PATCH] f --- .github/workflows/deposit.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deposit.yml b/.github/workflows/deposit.yml index fe4f0140..3e504038 100644 --- a/.github/workflows/deposit.yml +++ b/.github/workflows/deposit.yml @@ -111,9 +111,9 @@ jobs: - name: Free deposit run: | set -x - erc20_processor close-deposit --deposit-id $DEPOSIT_ID0 --account-no 1 - erc20_processor close-deposit --deposit-id $DEPOSIT_ID1 --account-no 1 || echo "Error expected (OK)" - erc20_processor close-deposit --deposit-id $DEPOSIT_ID1 --account-no 2 || echo "Error expected (OK)" + erc20_processor terminate-deposit --deposit-id $DEPOSIT_ID0 --account-no 1 + erc20_processor terminate-deposit --deposit-id $DEPOSIT_ID1 --account-no 1 || echo "Error expected (OK)" + erc20_processor terminate-deposit --deposit-id $DEPOSIT_ID1 --account-no 2 || echo "Error expected (OK)" erc20_processor run - name: Transfer all left ETH tokens