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 names to match


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: fix names to match latest specification
Date: Thu, 04 May 2017 23:30:20 +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 0e632ff  fix names to match latest specification
0e632ff is described below

commit 0e632ffdd26d2473f476e6311f9ab544eb8c8a39
Author: Christian Grothoff <address@hidden>
AuthorDate: Thu May 4 23:30:18 2017 +0200

    fix names to match latest specification
---
 src/bank-lib/bank_api_history.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/bank-lib/bank_api_history.c b/src/bank-lib/bank_api_history.c
index 65087e9..5083e39 100644
--- a/src/bank-lib/bank_api_history.c
+++ b/src/bank-lib/bank_api_history.c
@@ -93,9 +93,9 @@ parse_account_history (struct TALER_BANK_HistoryHandle *hh,
                                       &td.execution_date),
       GNUNET_JSON_spec_uint64 ("row_id",
                                &serial_id),
-      GNUNET_JSON_spec_string ("wire_subject",
+      GNUNET_JSON_spec_string ("wt_subject",
                                &td.wire_transfer_subject),
-      GNUNET_JSON_spec_uint64 ("other_account",
+      GNUNET_JSON_spec_uint64 ("counterpart",
                                &other_account),
       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]