From d37e16a76c32e83407f5ea71e572cc5469a58924 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 5 Jul 2020 22:00:31 +0200 Subject: fix #6408 also in merchant: in principle only allow rounded times over JSON --- src/lib/merchant_api_post_transfers.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/merchant_api_post_transfers.c') diff --git a/src/lib/merchant_api_post_transfers.c b/src/lib/merchant_api_post_transfers.c index f9ea25dc..16f636b4 100644 --- a/src/lib/merchant_api_post_transfers.c +++ b/src/lib/merchant_api_post_transfers.c @@ -106,8 +106,8 @@ handle_post_transfers_finished (void *cls, &total), TALER_JSON_spec_amount ("wire_fee", &wire_fee), - GNUNET_JSON_spec_absolute_time ("execution_time", - &execution_time), + TALER_JSON_spec_absolute_time ("execution_time", + &execution_time), GNUNET_JSON_spec_json ("deposit_sums", &deposit_sums), GNUNET_JSON_spec_end () -- cgit v1.2.3