summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-10-13 19:14:11 +0200
committerChristian Grothoff <christian@grothoff.org>2018-10-13 19:14:11 +0200
commit504017bc6584d7c8fe90e6c0f861f4566739a736 (patch)
tree8f17ec2904da2f8a71829674aab4e9db95c67b52 /src/include
parent3605d96423f368ab9fa622d935088e858cca208d (diff)
downloadexchange-504017bc6584d7c8fe90e6c0f861f4566739a736.tar.gz
exchange-504017bc6584d7c8fe90e6c0f861f4566739a736.tar.bz2
exchange-504017bc6584d7c8fe90e6c0f861f4566739a736.zip
intermediate patch towards implementing #5136
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_exchange_service.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/include/taler_exchange_service.h b/src/include/taler_exchange_service.h
index 1ddd7c13e..4adb8591e 100644
--- a/src/include/taler_exchange_service.h
+++ b/src/include/taler_exchange_service.h
@@ -68,9 +68,14 @@ struct TALER_EXCHANGE_SigningPublicKey
struct GNUNET_TIME_Absolute valid_from;
/**
- * Validity expiration time
+ * Validity expiration time (how long the exchange may use it).
*/
struct GNUNET_TIME_Absolute valid_until;
+
+ /**
+ * Validity expiration time for legal disputes.
+ */
+ struct GNUNET_TIME_Absolute valid_legal;
};