From 97dfbec0811b1a0b92618f195e228c43376e4828 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 8 Jul 2020 15:46:51 +0200 Subject: add h_denom_pub to deposit signatures --- src/include/taler_exchangedb_plugin.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'src/include/taler_exchangedb_plugin.h') diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h index d069bd2ec..a12aaa426 100644 --- a/src/include/taler_exchangedb_plugin.h +++ b/src/include/taler_exchangedb_plugin.h @@ -335,6 +335,11 @@ struct TALER_EXCHANGEDB_RecoupListEntry */ struct TALER_CoinSpendSignatureP coin_sig; + /** + * Hash of the public denomination key used to sign the coin. + */ + struct GNUNET_HashCode h_denom_pub; + /** * Public key of the reserve the coin was paid back into. */ @@ -608,6 +613,11 @@ struct TALER_EXCHANGEDB_DepositListEntry */ struct GNUNET_HashCode h_wire; + /** + * Hash of the public denomination key used to sign the coin. + */ + struct GNUNET_HashCode h_denom_pub; + /** * Detailed information about the receiver for executing the transaction. * Includes URL in payto://-format and salt. @@ -781,6 +791,11 @@ struct TALER_EXCHANGEDB_MeltListEntry */ struct TALER_RefreshCommitmentP rc; + /** + * Hash of the public denomination key used to sign the coin. + */ + struct GNUNET_HashCode h_denom_pub; + /** * How much value is being melted? This amount includes the fees, * so the final amount contributed to the melt is this value minus -- cgit v1.2.3