gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: note on where to change exchange


From: gnunet
Subject: [taler-exchange] branch master updated: note on where to change exchange code once wallet is done for #5991
Date: Thu, 12 Dec 2019 16:03:53 +0100

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 b999a6b2 note on where to change exchange code once wallet is done for 
#5991
b999a6b2 is described below

commit b999a6b2c57a7f4bd2fcfc2f7c273c9d8905500d
Author: Christian Grothoff <address@hidden>
AuthorDate: Thu Dec 12 16:03:46 2019 +0100

    note on where to change exchange code once wallet is done for #5991
---
 src/json/json_wire.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/json/json_wire.c b/src/json/json_wire.c
index c83d5255..63dc6dca 100644
--- a/src/json/json_wire.c
+++ b/src/json/json_wire.c
@@ -157,8 +157,10 @@ TALER_JSON_exchange_wire_signature_make (const char 
*payto_url,
                                       &master_sig);
   return json_pack ("{s:s, s:o, s:o}",
                     "url", payto_url,
-                    "master_sig", GNUNET_JSON_from_data_auto (&master_sig),
-                    "master_pub", GNUNET_JSON_from_data_auto (&master_pub));
+                    "master_sig", GNUNET_JSON_from_data_auto (&master_sig)
+                    /* FIXME: #5991: remove this (and s:o above!) once wallet 
is updated */
+                    ,"master_pub", GNUNET_JSON_from_data_auto (&master_pub)
+                    );
 }
 
 

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



reply via email to

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