gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-exchange] branch master updated: logging the /reject


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: logging the /reject requester in tests as the deposit _credit_ account
Date: Wed, 13 Dec 2017 19:25:15 +0100

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 22eae12  logging the /reject requester in tests as the deposit 
_credit_ account
22eae12 is described below

commit 22eae129a9e5934d3fadf11cb4b4c6724c9d1aa8
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Dec 13 19:22:45 2017 +0100

    logging the /reject requester in tests as the deposit _credit_ account
---
 src/bank-lib/test_bank_interpreter.c | 2 +-
 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
index ab41ed6..96a10e4 100644
--- 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";

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]