diff options
Diffstat (limited to 'src/include/taler_signatures.h')
-rw-r--r-- | src/include/taler_signatures.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/include/taler_signatures.h b/src/include/taler_signatures.h index 643aa80d..d3a3d02f 100644 --- a/src/include/taler_signatures.h +++ b/src/include/taler_signatures.h @@ -728,13 +728,6 @@ struct TALER_RefreshMeltCoinAffirmationPS * session. */ struct TALER_AmountNBO melt_fee; - - /** - * The coin's public key. This is the value that must have been - * signed (blindly) by the Exchange. The deposit request is to be - * signed by the corresponding private key (using EdDSA). - */ - struct TALER_CoinSpendPublicKeyP coin_pub; }; |