diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-05-26 15:23:46 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-05-26 15:23:46 +0200 |
commit | 3f468773e71b68e9ceb5431e797941b1cc086e68 (patch) | |
tree | cc4d4a9fd81d9579590dfdf26a368b74a5e10615 /src/exchange-lib/exchange_api_deposit.c | |
parent | 951ce5ef32b99012a5b0467e661bcb33d0c212c1 (diff) |
change edate to wire_transfer_deadline/delay (#4521)
Diffstat (limited to 'src/exchange-lib/exchange_api_deposit.c')
-rw-r--r-- | src/exchange-lib/exchange_api_deposit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange-lib/exchange_api_deposit.c b/src/exchange-lib/exchange_api_deposit.c index f8c8367ea..4d13febf4 100644 --- a/src/exchange-lib/exchange_api_deposit.c +++ b/src/exchange-lib/exchange_api_deposit.c @@ -457,7 +457,7 @@ TALER_EXCHANGE_deposit (struct TALER_EXCHANGE_Handle *exchange, "transaction_id", (json_int_t) transaction_id, "merchant_pub", GNUNET_JSON_from_data_auto (merchant_pub), "refund_deadline", GNUNET_JSON_from_time_abs (refund_deadline), - "edate", GNUNET_JSON_from_time_abs (wire_deadline), + "wire_transfer_deadline", GNUNET_JSON_from_time_abs (wire_deadline), "coin_sig", GNUNET_JSON_from_data_auto (coin_sig) ); |