summaryrefslogtreecommitdiff
path: root/src/mint/mint.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mint/mint.h')
-rw-r--r--src/mint/mint.h30
1 files changed, 0 insertions, 30 deletions
diff --git a/src/mint/mint.h b/src/mint/mint.h
index b29162b20..1e1221157 100644
--- a/src/mint/mint.h
+++ b/src/mint/mint.h
@@ -35,36 +35,6 @@
-/**
- * Information we keep for a withdrawn coin to reproduce
- * the /withdraw operation if needed, and to have proof
- * that a reserve was drained by this amount.
- */
-struct CollectableBlindcoin
-{
-
- /**
- * Our signature over the (blinded) coin.
- */
- struct GNUNET_CRYPTO_rsa_Signature *sig;
-
- /**
- * Denomination key (which coin was generated).
- */
- struct GNUNET_CRYPTO_rsa_PublicKey *denom_pub;
-
- /**
- * Public key of the reserve that was drained.
- */
- struct GNUNET_CRYPTO_EddsaPublicKey reserve_pub;
-
- /**
- * Signature confirming the withdrawl, matching @e reserve_pub,
- * @e denom_pub and @e h_blind.
- */
- struct GNUNET_CRYPTO_EddsaSignature reserve_sig;
-};
-
/**
* Global information for a refreshing session.