exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit e389cb41924794477d73cae764efb61f3351ff62
parent d06d8596260655f52a3e7db9e46d8220f8a5716a
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Sun, 15 Oct 2023 23:49:21 +0200

-mark up FIXME better

Diffstat:
Msrc/exchange/taler-exchange-httpd_batch-deposit.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/exchange/taler-exchange-httpd_batch-deposit.c b/src/exchange/taler-exchange-httpd_batch-deposit.c @@ -240,8 +240,8 @@ batch_deposit_transaction (void *cls, = TEH_RESPONSE_reply_coin_insufficient_funds ( connection, TALER_EC_EXCHANGE_DEPOSIT_CONFLICTING_CONTRACT, - &bd->cdis[0 /* SEE FIXME above! */].coin.denom_pub_hash, - &bd->cdis[0 /* SEE FIXME above! */].coin.coin_pub); + &bd->cdis[0 /* SEE FIXME-#7267 Oec above! */].coin.denom_pub_hash, + &bd->cdis[0 /* SEE FIXME-#7267 Oec above! */].coin.coin_pub); return GNUNET_DB_STATUS_HARD_ERROR; } if (! balance_ok)