summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-07-10 21:47:18 +0200
committerChristian Grothoff <christian@grothoff.org>2020-07-10 21:47:18 +0200
commitd01c6fd9028ff766d7604533b30c949e5bec5527 (patch)
tree9336a2c489583354cc25e9a5a3dea3b6a6adfd1c
parent7cf67b309465d7274457cdd12547daa836464fd9 (diff)
downloadexchange-d01c6fd9028ff766d7604533b30c949e5bec5527.tar.gz
exchange-d01c6fd9028ff766d7604533b30c949e5bec5527.tar.bz2
exchange-d01c6fd9028ff766d7604533b30c949e5bec5527.zip
fix wrong fmt string
-rw-r--r--src/exchange/taler-exchange-httpd_responses.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-httpd_responses.c b/src/exchange/taler-exchange-httpd_responses.c
index 328d52bd9..444729a25 100644
--- 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",