From 12c6fc1781ab76dff582a653935b91e6c1dbb105 Mon Sep 17 00:00:00 2001 From: Evan Schwartz <3262610+emschwartz@users.noreply.github.com> Date: Fri, 28 Jun 2024 13:14:50 -0400 Subject: [PATCH] remove unused transfer --- exercises/pool_funds.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/exercises/pool_funds.sh b/exercises/pool_funds.sh index d7023c6..2d79f62 100755 --- a/exercises/pool_funds.sh +++ b/exercises/pool_funds.sh @@ -73,7 +73,6 @@ output=$(tb "create_transfers id=1002 debit_account_id=$CHECK_ACCOUNT credit_acc id=1012 debit_account_id=$POOL_ACCOUNT credit_account_id=$ACCOUNT_2 amount=0 ledger=100 code=10 flags=balancing_debit, id=1013 debit_account_id=$POOL_ACCOUNT credit_account_id=$TARGET_ACCOUNT amount=$POOL_AMOUNT ledger=100 code=10 flags=balancing_debit;") - # id=1014 debit_account_id=$OPERATOR_ACCOUNT credit_account_id=$POOL_ACCOUNT amount=0 ledger=100 code=10 flags=balancing_credit;") echo "$output" tb "lookup_accounts id=$POOL_ACCOUNT, id=$CHECK_ACCOUNT, id=$ACCOUNT_1, id=$ACCOUNT_2, id=$TARGET_ACCOUNT;"