From 8ecbdeb55b5f9dfcd39d0ee1eaa2fc3f00aa9c5d Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 14 Feb 2022 23:15:29 +0100 Subject: -actually, commit phase does take care of this --- src/util/denom.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/util/denom.c') diff --git a/src/util/denom.c b/src/util/denom.c index 30e8dc9d..2e7b1264 100644 --- a/src/util/denom.c +++ b/src/util/denom.c @@ -806,8 +806,8 @@ TALER_coin_ev_hash (const struct TALER_BlindedPlanchet *blinded_planchet, blinded_planchet->details.rsa_blinded_planchet.blinded_msg_size); break; case TALER_DENOMINATION_CS: - // FIMXE: c-values MUST NOT be included in idempotency check - // during withdraw/refresh, but right now they are!!! + // FIXME: c-values MUST NOT be included in idempotency check + // during withdraw (or recoup), but right now they are!!! GNUNET_CRYPTO_hash_context_read ( hash_context, &blinded_planchet->details.cs_blinded_planchet.c[0], -- cgit v1.2.3