diff options
Diffstat (limited to 'src/include/taler_signatures.h')
-rw-r--r-- | src/include/taler_signatures.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/include/taler_signatures.h b/src/include/taler_signatures.h index c346a6cee..38b895d7f 100644 --- a/src/include/taler_signatures.h +++ b/src/include/taler_signatures.h | |||
@@ -363,7 +363,7 @@ struct TALER_DepositRequestPS | |||
363 | * deposit request in a timely fashion (so back-dating is not | 363 | * deposit request in a timely fashion (so back-dating is not |
364 | * prevented). | 364 | * prevented). |
365 | */ | 365 | */ |
366 | struct GNUNET_TIME_AbsoluteNBO timestamp; | 366 | struct GNUNET_TIME_AbsoluteNBO wallet_timestamp; |
367 | 367 | ||
368 | /** | 368 | /** |
369 | * How much time does the merchant have to issue a refund request? | 369 | * How much time does the merchant have to issue a refund request? |
@@ -429,9 +429,10 @@ struct TALER_DepositConfirmationPS | |||
429 | struct GNUNET_HashCode h_wire GNUNET_PACKED; | 429 | struct GNUNET_HashCode h_wire GNUNET_PACKED; |
430 | 430 | ||
431 | /** | 431 | /** |
432 | * Time when this confirmation was generated. | 432 | * Time when this confirmation was generated / when the exchange received |
433 | * the deposit request. | ||
433 | */ | 434 | */ |
434 | struct GNUNET_TIME_AbsoluteNBO timestamp; | 435 | struct GNUNET_TIME_AbsoluteNBO exchange_timestamp; |
435 | 436 | ||
436 | /** | 437 | /** |
437 | * How much time does the @e merchant have to issue a refund | 438 | * How much time does the @e merchant have to issue a refund |