diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-01-01 15:48:43 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-01-01 15:48:43 +0100 |
commit | 26410a72c20632765d22ee10bbf51934c74d15af (patch) | |
tree | 668b6c4678cba682e29e6fcf4d0953e4736b36d3 /src/include | |
parent | 65ac35a72ca0dd5349ed88b522740d20725b3dca (diff) |
fix #6666, bump protocol version to 9
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; |