aboutsummaryrefslogtreecommitdiff
path: root/src/lib/exchange_api_deposit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/exchange_api_deposit.c')
-rw-r--r--src/lib/exchange_api_deposit.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/exchange_api_deposit.c b/src/lib/exchange_api_deposit.c
index f22ae0df7..86f5034aa 100644
--- a/src/lib/exchange_api_deposit.c
+++ b/src/lib/exchange_api_deposit.c
@@ -680,8 +680,9 @@ TALER_EXCHANGE_deposit (struct TALER_EXCHANGE_Handle *exchange,
680 timestamp), 680 timestamp),
681 GNUNET_JSON_pack_data_auto ("merchant_pub", 681 GNUNET_JSON_pack_data_auto ("merchant_pub",
682 merchant_pub), 682 merchant_pub),
683 GNUNET_JSON_pack_time_abs ("refund_deadline", 683 GNUNET_JSON_pack_allow_null (
684 refund_deadline), 684 GNUNET_JSON_pack_time_abs ("refund_deadline",
685 refund_deadline)),
685 GNUNET_JSON_pack_time_abs ("wire_transfer_deadline", 686 GNUNET_JSON_pack_time_abs ("wire_transfer_deadline",
686 wire_deadline), 687 wire_deadline),
687 GNUNET_JSON_pack_data_auto ("coin_sig", 688 GNUNET_JSON_pack_data_auto ("coin_sig",