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_signatures.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/include/taler_signatures.h') diff --git a/src/include/taler_signatures.h b/src/include/taler_signatures.h index 7f9e090a1..81e2e1c82 100644 --- a/src/include/taler_signatures.h +++ b/src/include/taler_signatures.h @@ -350,6 +350,11 @@ struct TALER_DepositRequestPS */ struct GNUNET_HashCode h_wire GNUNET_PACKED; + /** + * Hash over the denomination public key used to sign the coin. + */ + struct GNUNET_HashCode h_denom_pub GNUNET_PACKED; + /** * Time when this request was generated. Used, for example, to * assess when (roughly) the income was achieved for tax purposes. @@ -579,6 +584,12 @@ struct TALER_RefreshMeltCoinAffirmationPS */ struct TALER_RefreshCommitmentP rc GNUNET_PACKED; + /** + * Hash over the denomination public key used to sign the coin. + * FIXME: add here, initialize everywhere! + */ + // struct GNUNET_HashCode h_denom_pub GNUNET_PACKED; + /** * How much of the value of the coin should be melted? This amount * includes the fees, so the final amount contributed to the melt is -- cgit v1.2.3