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: fix typo


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: fix typo
Date: Thu, 04 May 2017 14:01:23 +0200

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 57502ed  fix typo
57502ed is described below

commit 57502edf1549e3f1aa26f866681077290b692269
Author: Christian Grothoff <address@hidden>
AuthorDate: Thu May 4 14:06:16 2017 +0200

    fix typo
---
 src/bank-lib/fakebank.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bank-lib/fakebank.c b/src/bank-lib/fakebank.c
index c0854ed..486c7a7 100644
--- a/src/bank-lib/fakebank.c
+++ b/src/bank-lib/fakebank.c
@@ -324,7 +324,7 @@ handle_mhd_request (void *cls,
       GNUNET_JSON_spec_uint64 ("debit_account", &t->debit_account),
       GNUNET_JSON_spec_uint64 ("credit_account", &t->credit_account),
       TALER_JSON_spec_amount ("amount", &t->amount),
-      TALER_JSON_spec_json ("auth", &auth),
+      GNUNET_JSON_spec_json ("auth", &auth),
       GNUNET_JSON_spec_string ("exchange_url", &base_url),
       GNUNET_JSON_spec_end ()
     };

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



reply via email to

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