diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_signatures.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/include/taler_signatures.h b/src/include/taler_signatures.h index 5f380812c..5622c7b6b 100644 --- a/src/include/taler_signatures.h +++ b/src/include/taler_signatures.h @@ -754,12 +754,6 @@ struct TALER_ExchangeSigningKeyValidityPS struct GNUNET_CRYPTO_EccSignaturePurpose purpose; /** - * Master public key of the exchange corresponding to @e signature. - * This is the long-term offline master key of the exchange. - */ - struct TALER_MasterPublicKeyP master_public_key; - - /** * When does this signing key begin to be valid? */ struct GNUNET_TIME_AbsoluteNBO start; |