From e389cb41924794477d73cae764efb61f3351ff62 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 15 Oct 2023 23:49:21 +0200 Subject: -mark up FIXME better --- src/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 index bc8b20de8..b74150b81 100644 --- 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) -- cgit v1.2.3