summaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-08-05 13:32:27 +0200
committerChristian Grothoff <christian@grothoff.org>2022-08-05 13:32:27 +0200
commit4724867794c30ab2d61a2f78ad3f8ad919664519 (patch)
tree9ec29dae36f03940af06dbedd0723e3663dcac0e /src/util
parentc78331b6c23b471bff31b4c05a6b6e1e3e06f42a (diff)
downloadexchange-4724867794c30ab2d61a2f78ad3f8ad919664519.tar.gz
exchange-4724867794c30ab2d61a2f78ad3f8ad919664519.tar.bz2
exchange-4724867794c30ab2d61a2f78ad3f8ad919664519.zip
-first pass at new KYC DB API
Diffstat (limited to 'src/util')
-rw-r--r--src/util/exchange_signatures.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/util/exchange_signatures.c b/src/util/exchange_signatures.c
index 68c0fdb0a..3f590325c 100644
--- a/src/util/exchange_signatures.c
+++ b/src/util/exchange_signatures.c
@@ -454,8 +454,12 @@ struct TALER_ExchangeAccountSetupSuccessPS
*/
struct TALER_PaytoHashP h_payto;
+ // FIXME: include details on *which* KYC process
+ // was satisfied!
+
/**
* When was the signature made.
+ * FIXME: replace by *expiration* time!
*/
struct GNUNET_TIME_TimestampNBO timestamp;
};