summaryrefslogtreecommitdiff
path: root/src/include/taler_signatures.h
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/include/taler_signatures.h
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/include/taler_signatures.h')
-rw-r--r--src/include/taler_signatures.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/include/taler_signatures.h b/src/include/taler_signatures.h
index 5622c7b6b..f80a71d7c 100644
--- a/src/include/taler_signatures.h
+++ b/src/include/taler_signatures.h
@@ -378,11 +378,6 @@ struct TALER_LinkDataPS
struct GNUNET_HashCode h_denom_pub;
/**
- * Public key of the old coin being refreshed.
- */
- struct TALER_CoinSpendPublicKeyP old_coin_pub;
-
- /**
* Transfer public key (for which the private key was not revealed)
*/
struct TALER_TransferPublicKeyP transfer_pub;