logging the /reject requester in tests as the deposit _credit_ account

This commit is contained in:
Marcello Stanisci 2017-12-13 19:22:45 +01:00
parent 9ea3145745
commit 22eae129a9
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F

View File

@ -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";