diff options
Diffstat (limited to 'src/util')
| -rw-r--r-- | src/util/exchange_signatures.c | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/src/util/exchange_signatures.c b/src/util/exchange_signatures.c index 68c0fdb0..3f590325 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;  }; | 
