aboutsummaryrefslogtreecommitdiff
path: root/src/lib/exchange_api_purse_create_with_deposit.c
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-10-16 23:30:59 +0200
committerChristian Grothoff <grothoff@gnunet.org>2023-10-16 23:30:59 +0200
commita4af8963703abb882b08e75f20ef3e525447551e (patch)
tree275641d5d9c84ef0895f7e42098da2d78aabb4fb /src/lib/exchange_api_purse_create_with_deposit.c
parentec060fd33a0b0e3747495d9bf11dbb7e6d3933a8 (diff)
downloadexchange-a4af8963703abb882b08e75f20ef3e525447551e.tar.xz
validate exchange signing key on attestations
Diffstat (limited to 'src/lib/exchange_api_purse_create_with_deposit.c')
-rw-r--r--src/lib/exchange_api_purse_create_with_deposit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/exchange_api_purse_create_with_deposit.c b/src/lib/exchange_api_purse_create_with_deposit.c
index c64beedec..215b7847e 100644
--- a/src/lib/exchange_api_purse_create_with_deposit.c
+++ b/src/lib/exchange_api_purse_create_with_deposit.c
@@ -281,7 +281,7 @@ handle_purse_create_deposit_finished (void *cls,
checked in the GET /coins/$COIN_PUB handler */
break;
case TALER_EC_EXCHANGE_GENERIC_COIN_CONFLICTING_DENOMINATION_KEY:
- // FIXME: write check (add to exchange_api_common! */
+ // FIXME #7267: write check (add to exchange_api_common! */
break;
case TALER_EC_EXCHANGE_PURSE_DEPOSIT_CONFLICTING_META_DATA:
{