gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: -link to bug


From: gnunet
Subject: [taler-exchange] branch master updated: -link to bug
Date: Tue, 05 Jul 2022 13:12:48 +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 17fde904 -link to bug
17fde904 is described below

commit 17fde9045def97ae66924787692493a2f7807900
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Jul 5 13:12:46 2022 +0200

    -link to bug
---
 src/bank-lib/fakebank.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/bank-lib/fakebank.c b/src/bank-lib/fakebank.c
index 2e066c02..20cf67d0 100644
--- a/src/bank-lib/fakebank.c
+++ b/src/bank-lib/fakebank.c
@@ -2171,7 +2171,7 @@ handle_debit_history (struct TALER_FAKEBANK_Handle *h,
       GNUNET_JSON_pack_string ("credit_account",
                                credit_payto),
       GNUNET_JSON_pack_string ("debit_account",
-                               debit_payto),          // FIXME: inefficient to 
return this here always!
+                               debit_payto),          // FIXME #7275: 
inefficient to return this here always!
       GNUNET_JSON_pack_string ("exchange_base_url",
                                pos->subject.debit.exchange_base_url),
       GNUNET_JSON_pack_data_auto ("wtid",
@@ -2384,7 +2384,7 @@ handle_credit_history (struct TALER_FAKEBANK_Handle *h,
       TALER_JSON_pack_amount ("amount",
                               &pos->amount),
       GNUNET_JSON_pack_string ("credit_account",
-                               credit_payto),   // FIXME: inefficient to 
repeat this always here!
+                               credit_payto),   // FIXME #7275: inefficient to 
repeat this always here!
       GNUNET_JSON_pack_string ("debit_account",
                                debit_payto),
       GNUNET_JSON_pack_data_auto ("reserve_pub",

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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