From 75dbf20cedb45d806a93b35124d10d9746527e88 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 5 Jul 2022 11:46:02 +0200 Subject: -annotate bugs --- src/exchange/taler-exchange-httpd_deposit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/exchange/taler-exchange-httpd_deposit.c') diff --git a/src/exchange/taler-exchange-httpd_deposit.c b/src/exchange/taler-exchange-httpd_deposit.c index 672e7b6ea..b74669399 100644 --- a/src/exchange/taler-exchange-httpd_deposit.c +++ b/src/exchange/taler-exchange-httpd_deposit.c @@ -167,7 +167,7 @@ deposit_transaction (void *cls, dc->deposit, dc->known_coin_id, &dc->h_payto, - false, /* FIXME-OEC: extension blocked */ + false, /* FIXME-OEC: extension blocked #7270 */ &dc->exchange_timestamp, &balance_ok, &in_conflict); @@ -184,7 +184,7 @@ deposit_transaction (void *cls, } if (in_conflict) { - /* FIXME: conficting contract != insufficient funds */ + /* FIXME #7267: conficting contract != insufficient funds */ *mhd_ret = TEH_RESPONSE_reply_coin_insufficient_funds ( connection, -- cgit v1.2.3