commit d01c6fd9028ff766d7604533b30c949e5bec5527
parent 7cf67b309465d7274457cdd12547daa836464fd9
Author: Christian Grothoff <christian@grothoff.org>
Date: Fri, 10 Jul 2020 21:47:18 +0200
fix wrong fmt string
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/exchange/taler-exchange-httpd_responses.c b/src/exchange/taler-exchange-httpd_responses.c
@@ -273,7 +273,7 @@ TEH_RESPONSE_compile_transaction_history (
if (0 !=
json_array_append_new (
history,
- json_pack ("{s:s, s:o, s:o, s:o, s:o, s:o, s:o, s:o, s:o}",
+ json_pack ("{s:s, s:o, s:o, s:o, s:o, s:o, s:o}",
"type",
"OLD-COIN-RECOUP",
"amount",