summaryrefslogtreecommitdiff
path: root/src/include/taler_signatures.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-11-23 20:30:10 +0100
committerChristian Grothoff <christian@grothoff.org>2020-11-23 20:30:10 +0100
commit77dbb8327618ada8fd112209e54a7bf05d2958f0 (patch)
tree6efaa44b246af1c1122f90edb7e919fec0ca9306 /src/include/taler_signatures.h
parent3e37c63fbd0abff5d0d05eea60a05f6b28598ee6 (diff)
downloadexchange-77dbb8327618ada8fd112209e54a7bf05d2958f0.tar.gz
exchange-77dbb8327618ada8fd112209e54a7bf05d2958f0.tar.bz2
exchange-77dbb8327618ada8fd112209e54a7bf05d2958f0.zip
implement exchange online signing key client library
Diffstat (limited to 'src/include/taler_signatures.h')
-rw-r--r--src/include/taler_signatures.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_signatures.h b/src/include/taler_signatures.h
index 1b197b2c7..d72dd11b9 100644
--- a/src/include/taler_signatures.h
+++ b/src/include/taler_signatures.h
@@ -329,7 +329,7 @@ struct TALER_SigningKeyAnnouncementPS
/**
* How long is the key available after @e anchor_time?
*/
- struct GNUNET_TIME_RelativeNBO duration_withdraw;
+ struct GNUNET_TIME_RelativeNBO duration;
};