diff options
| author | Christian Grothoff <christian@grothoff.org> | 2020-05-07 20:22:02 +0200 | 
|---|---|---|
| committer | Christian Grothoff <christian@grothoff.org> | 2020-05-11 10:01:40 +0200 | 
| commit | 141d4b154a9d6f57ba82edda1cd003be8adb1dd5 (patch) | |
| tree | 2e0f9e4a077098a0babebb2b79530c189cbc8278 /src/lib/exchange_api_common.c | |
| parent | 28dff45363c8f161ceac808b69579da791e4d5d1 (diff) | |
towards changing timestamp in deposit confirmation (tests failing)
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 dc44291d..bf8eb537 100644 --- a/src/lib/exchange_api_common.c +++ b/src/lib/exchange_api_common.c @@ -524,7 +524,7 @@ TALER_EXCHANGE_verify_coin_history (          GNUNET_JSON_spec_fixed_auto ("h_wire",                                       &dr.h_wire),          GNUNET_JSON_spec_absolute_time_nbo ("timestamp", -                                            &dr.timestamp), +                                            &dr.wallet_timestamp),          GNUNET_JSON_spec_absolute_time_nbo ("refund_deadline",                                              &dr.refund_deadline),          TALER_JSON_spec_amount_nbo ("deposit_fee",  | 
