summaryrefslogtreecommitdiff
path: root/src/lib/exchange_api_link.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-02-11 18:00:20 +0100
committerChristian Grothoff <christian@grothoff.org>2022-02-11 18:00:20 +0100
commit3b1e742dde4c386b38fc77147127b4bf6119d9e5 (patch)
tree02eb79861294590a5182d2f9393dc81757204b66 /src/lib/exchange_api_link.c
parent9f77398fe25bb041e58ddd4c994062493275e615 (diff)
downloadexchange-3b1e742dde4c386b38fc77147127b4bf6119d9e5.tar.gz
exchange-3b1e742dde4c386b38fc77147127b4bf6119d9e5.tar.bz2
exchange-3b1e742dde4c386b38fc77147127b4bf6119d9e5.zip
-simplify: nonce no longer hashed
Diffstat (limited to 'src/lib/exchange_api_link.c')
-rw-r--r--src/lib/exchange_api_link.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/lib/exchange_api_link.c b/src/lib/exchange_api_link.c
index 2e3b01a63..6a904da1b 100644
--- a/src/lib/exchange_api_link.c
+++ b/src/lib/exchange_api_link.c
@@ -169,21 +169,6 @@ parse_link_coin (const struct TALER_EXCHANGE_LinkHandle *lh,
GNUNET_CRYPTO_eddsa_key_get_public (&lh->coin_priv.eddsa_priv,
&old_coin_pub.eddsa_pub);
- // FIXME-NEXT: this is probably the wrong 'ps'!
- // However, the 'right' PS is not something the
- // exchange could even give us. So probably we
- // really need to change the derivation structure
- // during refresh to derive the nonces differently
- // and make /link possible!
- /* FIXME: we cannot get the 'rms' here, and
- if the TALER_coin_ev_hash() includes that 'nonce',
- we are screwed on/link. */
-#if FIXME_OMIT
- TALER_cs_refresh_nonce_derive (
- &ps,
- coin_idx,
- &pd.blinded_planchet.details.cs_blinded_planchet.nonce);
-#endif
TALER_coin_ev_hash (&pd.blinded_planchet,
&pd.denom_pub_hash,
&coin_envelope_hash);