summaryrefslogtreecommitdiff
path: root/src/bank-lib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-07-05 13:12:46 +0200
committerChristian Grothoff <christian@grothoff.org>2022-07-05 13:12:46 +0200
commit17fde9045def97ae66924787692493a2f7807900 (patch)
treeb705bf98287a9a94d22ae25ceeab8bf2aefba712 /src/bank-lib
parentdef8116dd3736419ec88a57f31108615ee22e3a5 (diff)
downloadexchange-17fde9045def97ae66924787692493a2f7807900.tar.gz
exchange-17fde9045def97ae66924787692493a2f7807900.tar.bz2
exchange-17fde9045def97ae66924787692493a2f7807900.zip
-link to bug
Diffstat (limited to 'src/bank-lib')
-rw-r--r--src/bank-lib/fakebank.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bank-lib/fakebank.c b/src/bank-lib/fakebank.c
index 2e066c02c..20cf67d04 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",