From 499247a4805583dc67b9d6fef850ae86b4be1e32 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 27 Nov 2017 23:42:17 +0100 Subject: fixing #5178 --- src/include/taler_signatures.h | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'src/include/taler_signatures.h') diff --git a/src/include/taler_signatures.h b/src/include/taler_signatures.h index db71cca68..3bc0505f9 100644 --- a/src/include/taler_signatures.h +++ b/src/include/taler_signatures.h @@ -532,9 +532,9 @@ struct TALER_RefreshMeltCoinAffirmationPS struct GNUNET_CRYPTO_EccSignaturePurpose purpose; /** - * Which melting session should the coin become a part of. + * Which melt commitment is made by the wallet. */ - struct GNUNET_HashCode session_hash GNUNET_PACKED; + struct TALER_RefreshCommitmentP rc GNUNET_PACKED; /** * How much of the value of the coin should be melted? This amount @@ -581,20 +581,16 @@ struct TALER_RefreshMeltConfirmationPS struct GNUNET_CRYPTO_EccSignaturePurpose purpose; /** - * Hash of the refresh session. + * Commitment made in the /refresh/melt. */ - struct GNUNET_HashCode session_hash GNUNET_PACKED; + struct TALER_RefreshCommitmentP rc GNUNET_PACKED; /** * Index that the client will not have to reveal, in NBO. * Must be smaller than #TALER_CNC_KAPPA. */ - uint16_t noreveal_index GNUNET_PACKED; + uint32_t noreveal_index GNUNET_PACKED; - /** - * Zero. - */ - uint16_t reserved GNUNET_PACKED; }; -- cgit v1.2.3