diff options
Diffstat (limited to 'src/lib/exchange_api_common.c')
-rw-r--r-- | src/lib/exchange_api_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/exchange_api_common.c b/src/lib/exchange_api_common.c index dc44291d0..bf8eb5376 100644 --- a/src/lib/exchange_api_common.c +++ b/src/lib/exchange_api_common.c | |||
@@ -524,7 +524,7 @@ TALER_EXCHANGE_verify_coin_history ( | |||
524 | GNUNET_JSON_spec_fixed_auto ("h_wire", | 524 | GNUNET_JSON_spec_fixed_auto ("h_wire", |
525 | &dr.h_wire), | 525 | &dr.h_wire), |
526 | GNUNET_JSON_spec_absolute_time_nbo ("timestamp", | 526 | GNUNET_JSON_spec_absolute_time_nbo ("timestamp", |
527 | &dr.timestamp), | 527 | &dr.wallet_timestamp), |
528 | GNUNET_JSON_spec_absolute_time_nbo ("refund_deadline", | 528 | GNUNET_JSON_spec_absolute_time_nbo ("refund_deadline", |
529 | &dr.refund_deadline), | 529 | &dr.refund_deadline), |
530 | TALER_JSON_spec_amount_nbo ("deposit_fee", | 530 | TALER_JSON_spec_amount_nbo ("deposit_fee", |