summaryrefslogtreecommitdiff
path: root/src/util/wallet_signatures.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-01-10 12:15:47 +0100
committerChristian Grothoff <christian@grothoff.org>2021-01-10 12:15:47 +0100
commitb40afe196c3c76c3df1538ff64be55de4e1dbcec (patch)
tree3d6cc7ac661d800639e01f73a4bfcc47932fd599 /src/util/wallet_signatures.c
parentca66a1d1af2412e3ad04c18150db7a259dc69b5e (diff)
downloadexchange-b40afe196c3c76c3df1538ff64be55de4e1dbcec.tar.gz
exchange-b40afe196c3c76c3df1538ff64be55de4e1dbcec.tar.bz2
exchange-b40afe196c3c76c3df1538ff64be55de4e1dbcec.zip
remove redundant old_coin_pub from link data
Diffstat (limited to 'src/util/wallet_signatures.c')
-rw-r--r--src/util/wallet_signatures.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/util/wallet_signatures.c b/src/util/wallet_signatures.c
index ef343d179..1916740c6 100644
--- a/src/util/wallet_signatures.c
+++ b/src/util/wallet_signatures.c
@@ -41,8 +41,6 @@ TALER_wallet_link_sign (const struct GNUNET_HashCode *h_denom_pub,
GNUNET_CRYPTO_hash (coin_ev,
coin_ev_size,
&ldp.coin_envelope_hash);
- GNUNET_CRYPTO_eddsa_key_get_public (&old_coin_priv->eddsa_priv,
- &ldp.old_coin_pub.eddsa_pub);
GNUNET_CRYPTO_eddsa_sign (&old_coin_priv->eddsa_priv,
&ldp,
&coin_sig->eddsa_signature);
@@ -62,7 +60,6 @@ TALER_wallet_link_verify (
.purpose.size = htonl (sizeof (ldp)),
.purpose.purpose = htonl (TALER_SIGNATURE_WALLET_COIN_LINK),
.h_denom_pub = *h_denom_pub,
- .old_coin_pub = *old_coin_pub,
.transfer_pub = *transfer_pub
};