summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-10-15 23:49:21 +0200
committerChristian Grothoff <grothoff@gnunet.org>2023-10-15 23:49:21 +0200
commite389cb41924794477d73cae764efb61f3351ff62 (patch)
treef55cefadf395b2555d5415ed27a22b77e3c52098
parentd06d8596260655f52a3e7db9e46d8220f8a5716a (diff)
downloadexchange-e389cb41924794477d73cae764efb61f3351ff62.tar.gz
exchange-e389cb41924794477d73cae764efb61f3351ff62.tar.bz2
exchange-e389cb41924794477d73cae764efb61f3351ff62.zip
-mark up FIXME better
-rw-r--r--src/exchange/taler-exchange-httpd_batch-deposit.c4
1 files 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)