diff options
Diffstat (limited to 'src/mint/mint_db.h')
-rw-r--r-- | src/mint/mint_db.h | 8 |
1 files changed, 7 insertions, 1 deletions
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 @@ -183,8 +183,14 @@ 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; }; |