summaryrefslogtreecommitdiff
path: root/src/auditor/taler-auditor-httpd_deposit-confirmation.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-01-01 15:48:43 +0100
committerChristian Grothoff <christian@grothoff.org>2021-01-01 15:48:43 +0100
commit26410a72c20632765d22ee10bbf51934c74d15af (patch)
tree668b6c4678cba682e29e6fcf4d0953e4736b36d3 /src/auditor/taler-auditor-httpd_deposit-confirmation.c
parent65ac35a72ca0dd5349ed88b522740d20725b3dca (diff)
downloadexchange-26410a72c20632765d22ee10bbf51934c74d15af.tar.gz
exchange-26410a72c20632765d22ee10bbf51934c74d15af.tar.bz2
exchange-26410a72c20632765d22ee10bbf51934c74d15af.zip
fix #6666, bump protocol version to 9
Diffstat (limited to 'src/auditor/taler-auditor-httpd_deposit-confirmation.c')
-rw-r--r--src/auditor/taler-auditor-httpd_deposit-confirmation.c1
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),