diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-03-24 17:13:17 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-03-24 17:13:17 +0100 |
commit | f052af1e6bc9532c7a924ca3e8edba2e990b3b83 (patch) | |
tree | 7440e5d69953e657e8cd62a9ee2ba3c9864cdf13 /src/mint/taler_mintdb_plugin.h | |
parent | 55959bd01d636d324077d4201df0beca676e8d58 (diff) |
address #3731: no need for session public key or signature
Diffstat (limited to 'src/mint/taler_mintdb_plugin.h')
-rw-r--r-- | src/mint/taler_mintdb_plugin.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/mint/taler_mintdb_plugin.h b/src/mint/taler_mintdb_plugin.h index 326737e61..d461413f1 100644 --- a/src/mint/taler_mintdb_plugin.h +++ b/src/mint/taler_mintdb_plugin.h @@ -235,21 +235,6 @@ struct Deposit */ struct RefreshSession { - /** - * Signature over the commitments by the client. - */ - struct TALER_SessionSignature commit_sig; - - /** - * Public key the client uses to sign messages in - * this exchange. - */ - struct TALER_SessionPublicKey refresh_session_pub; - - /** - * Signature over the melt by the client. - */ - struct TALER_SessionSignature melt_sig; /** * Number of coins we are melting. |