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/auditor | |
parent | 65ac35a72ca0dd5349ed88b522740d20725b3dca (diff) |
fix #6666, bump protocol version to 9
Diffstat (limited to 'src/auditor')
-rw-r--r-- | src/auditor/taler-auditor-httpd_deposit-confirmation.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/auditor/taler-auditor-httpd_deposit-confirmation.c b/src/auditor/taler-auditor-httpd_deposit-confirmation.c index 726e4de6d..5c1ee9f03 100644 --- a/src/auditor/taler-auditor-httpd_deposit-confirmation.c +++ b/src/auditor/taler-auditor-httpd_deposit-confirmation.c @@ -70,7 +70,6 @@ verify_and_execute_deposit_confirmation ( struct TALER_ExchangeSigningKeyValidityPS skv = { .purpose.purpose = htonl (TALER_SIGNATURE_MASTER_SIGNING_KEY_VALIDITY), .purpose.size = htonl (sizeof (struct TALER_ExchangeSigningKeyValidityPS)), - .master_public_key = es->master_public_key, .start = GNUNET_TIME_absolute_hton (es->ep_start), .expire = GNUNET_TIME_absolute_hton (es->ep_expire), .end = GNUNET_TIME_absolute_hton (es->ep_end), |