aboutsummaryrefslogtreecommitdiff
path: root/src/mint/mint_db.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-03-09 13:04:51 +0100
committerChristian Grothoff <christian@grothoff.org>2015-03-09 13:04:51 +0100
commite4e8fe6c7c57305e3d2118b81c186ded6c6b1f3c (patch)
treea9c44757d10a4194d2ce1d62277002184147af96 /src/mint/mint_db.h
parentf2700dc6eed292f18f2bb0c0222e3ee946e820e7 (diff)
downloadexchange-e4e8fe6c7c57305e3d2118b81c186ded6c6b1f3c.tar.xz
add withdraw proof to reserve history json
Diffstat (limited to 'src/mint/mint_db.h')
-rw-r--r--src/mint/mint_db.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/mint/mint_db.h b/src/mint/mint_db.h
index c3a300a57..48fb5ea39 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;
};