From e4e8fe6c7c57305e3d2118b81c186ded6c6b1f3c Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 9 Mar 2015 13:04:51 +0100 Subject: add withdraw proof to reserve history json --- src/mint/mint_db.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/mint/mint_db.h') diff --git a/src/mint/mint_db.h b/src/mint/mint_db.h index c3a300a5..48fb5ea3 100644 --- a/src/mint/mint_db.h +++ b/src/mint/mint_db.h @@ -182,9 +182,15 @@ struct CollectableBlindcoin */ struct GNUNET_CRYPTO_EddsaPublicKey reserve_pub; + /** + * Hash over the blinded message, needed to verify + * the @e reserve_sig. + */ + struct GNUNET_HashCode h_coin_envelope; + /** * Signature confirming the withdrawl, matching @e reserve_pub, - * @e denom_pub and @e h_blind. + * @e denom_pub and @e h_coin_envelope. */ struct GNUNET_CRYPTO_EddsaSignature reserve_sig; }; -- cgit v1.2.3