commit 22eae129a9e5934d3fadf11cb4b4c6724c9d1aa8
parent 9ea31457454d051242d3e23ccfeccd11cb8fff19
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date: Wed, 13 Dec 2017 19:22:45 +0100
logging the /reject requester in tests as the deposit _credit_ account
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/bank-lib/test_bank_interpreter.c b/src/bank-lib/test_bank_interpreter.c
@@ -869,7 +869,7 @@ interpreter_run (void *cls)
cmd->details.reject.cmd_ref);
GNUNET_assert (NULL != ref);
GNUNET_assert (TBI_OC_ADMIN_ADD_INCOMING == ref->oc);
- switch (ref->details.admin_add_incoming.debit_account_no)
+ switch (ref->details.admin_add_incoming.credit_account_no)
{
case 1:
auth.details.basic.username = "Bank";