summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-02-14 13:03:26 +0100
committerChristian Grothoff <christian@grothoff.org>2022-02-14 13:03:26 +0100
commitf4f40a31efd3028dec36c0b84a49617926b5f9c3 (patch)
treea2536abce944ad3a279a08eb3b579a413dd8e3ca /src
parent9e694994681b0b2861553d0a50bca6623b546dd2 (diff)
downloadexchange-f4f40a31efd3028dec36c0b84a49617926b5f9c3.tar.gz
exchange-f4f40a31efd3028dec36c0b84a49617926b5f9c3.tar.bz2
exchange-f4f40a31efd3028dec36c0b84a49617926b5f9c3.zip
-fixmes
Diffstat (limited to 'src')
-rw-r--r--src/util/denom.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/util/denom.c b/src/util/denom.c
index c2d788ec5..69e723503 100644
--- a/src/util/denom.c
+++ b/src/util/denom.c
@@ -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);