-actually, commit phase does take care of this
This commit is contained in:
parent
bd77bcb52d
commit
8ecbdeb55b
@ -634,13 +634,6 @@ resolve_refreshes_reveal_denominations (struct MHD_Connection *connection,
|
||||
|
||||
rrc->blinded_planchet = rcds[i].blinded_planchet;
|
||||
}
|
||||
// FIXME: in CS-case, we MUST check if signatures
|
||||
// already exist under the given nonce
|
||||
// (TODO: check: refresh session hash OK?), and if so,
|
||||
// we MUST return the existing signatures (c0/c1 may have changed!)
|
||||
// and MUST NOT return the fresh signatures!
|
||||
// => change this to a 'do_refresh_reveal' and
|
||||
// change SQL to return existing signatures (if any)!
|
||||
qs = TEH_plugin->insert_refresh_reveal (TEH_plugin->cls,
|
||||
melt_serial_id,
|
||||
num_fresh_coins,
|
||||
|
@ -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],
|
||||
|
Loading…
Reference in New Issue
Block a user