summaryrefslogtreecommitdiff
path: root/src/exchange-lib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-05-26 15:23:46 +0200
committerChristian Grothoff <christian@grothoff.org>2016-05-26 15:23:46 +0200
commit3f468773e71b68e9ceb5431e797941b1cc086e68 (patch)
treecc4d4a9fd81d9579590dfdf26a368b74a5e10615 /src/exchange-lib
parent951ce5ef32b99012a5b0467e661bcb33d0c212c1 (diff)
downloadexchange-3f468773e71b68e9ceb5431e797941b1cc086e68.tar.gz
exchange-3f468773e71b68e9ceb5431e797941b1cc086e68.tar.bz2
exchange-3f468773e71b68e9ceb5431e797941b1cc086e68.zip
change edate to wire_transfer_deadline/delay (#4521)
Diffstat (limited to 'src/exchange-lib')
-rw-r--r--src/exchange-lib/exchange_api_deposit.c2
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)
);