This commit is contained in:
Christian Grothoff 2022-02-14 13:03:26 +01:00
parent 9e69499468
commit f4f40a31ef
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -810,6 +810,14 @@ TALER_coin_ev_hash (const struct TALER_BlindedPlanchet *blinded_planchet,
hash_context,
&blinded_planchet->details.cs_blinded_planchet.c[0],
sizeof (struct GNUNET_CRYPTO_CsC) * 2);
#if FIXME
/* Must include this for refresh check, but
must EXCLUDE this in link signature (see TALER_LinkDataPS!) */
GNUNET_CRYPTO_hash_context_read (
hash_context,
&blinded_planchet->details.cs_blinded_planchet.nonce,
sizeof (struct TALER_CsNonce));
#endif
break;
default:
GNUNET_break (0);