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: serial_id -> row_id


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: serial_id -> row_id in returned json
Date: Wed, 10 May 2017 11:50:09 +0200

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 ec53b9f  serial_id -> row_id in returned json
ec53b9f is described below

commit ec53b9f6ce27dd4cb94f0ca0bd75baade982653e
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed May 10 11:49:59 2017 +0200

    serial_id -> row_id in returned json
---
 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 0359b4a..ac54024 100644
--- a/src/bank-lib/fakebank.c
+++ b/src/bank-lib/fakebank.c
@@ -357,7 +357,7 @@ handle_admin_add_incoming (struct TALER_FAKEBANK_Handle *h,
     size_t json_len;
 
     json = json_pack ("{s:I}",
-                      "serial_id",
+                      "row_id",
                       (json_int_t) t->serial_id);
     json_str = json_dumps (json,
                            JSON_INDENT(2));

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



reply via email to

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