diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-07-10 21:47:18 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-07-10 21:47:18 +0200 |
commit | d01c6fd9028ff766d7604533b30c949e5bec5527 (patch) | |
tree | 9336a2c489583354cc25e9a5a3dea3b6a6adfd1c /src | |
parent | 7cf67b309465d7274457cdd12547daa836464fd9 (diff) |
fix wrong fmt string
Diffstat (limited to 'src')
-rw-r--r-- | src/exchange/taler-exchange-httpd_responses.c | 2 |
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", |