summaryrefslogtreecommitdiff
path: root/src/include/taler_mintdb_plugin.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-08-09 21:25:02 +0200
committerChristian Grothoff <christian@grothoff.org>2015-08-09 21:25:02 +0200
commit3ead9d772a6850a7654e7e483ebfce5acac8da86 (patch)
treead4dd1a4fb6f3477e553e7fa73861fbc65051965 /src/include/taler_mintdb_plugin.h
parent0140dd818b226f13d5cc126bed62442922561c2a (diff)
downloadexchange-3ead9d772a6850a7654e7e483ebfce5acac8da86.tar.gz
exchange-3ead9d772a6850a7654e7e483ebfce5acac8da86.tar.bz2
exchange-3ead9d772a6850a7654e7e483ebfce5acac8da86.zip
move struct TALER_MINTDB_RefreshCommitLinkP
to taler_signatures.h
Diffstat (limited to 'src/include/taler_mintdb_plugin.h')
-rw-r--r--src/include/taler_mintdb_plugin.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/include/taler_mintdb_plugin.h b/src/include/taler_mintdb_plugin.h
index a7a735745..ba83c814a 100644
--- a/src/include/taler_mintdb_plugin.h
+++ b/src/include/taler_mintdb_plugin.h
@@ -388,33 +388,6 @@ struct TALER_MINTDB_RefreshCommitCoin
};
-GNUNET_NETWORK_STRUCT_BEGIN
-
-/**
- * @brief For each (old) coin being melted, we have a `struct
- * RefreshCommitLinkP` that allows the user to find the shared secret
- * to decrypt the respective refresh links for the new coins in the
- * `struct TALER_MINTDB_RefreshCommitCoin`.
- */
-struct TALER_MINTDB_RefreshCommitLinkP
-{
- /**
- * Transfer public key, used to decrypt the @e shared_secret_enc
- * in combintation with the corresponding private key of the
- * coin.
- */
- struct TALER_TransferPublicKeyP transfer_pub;
-
- /**
- * Encrypted shared secret to decrypt the link.
- */
- struct TALER_EncryptedLinkSecretP shared_secret_enc;
-};
-
-GNUNET_NETWORK_STRUCT_END
-
-
-
/**
* @brief Linked list of refresh information linked to a coin.
*/