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 eeceaf3d..5eef0db6 100644 --- a/src/include/taler_signatures.h +++ b/src/include/taler_signatures.h @@ -530,13 +530,6 @@ struct TALER_DepositRequestPS     */    struct TALER_MerchantPublicKeyP merchant; -  /** -   * 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; -  }; | 
