summaryrefslogtreecommitdiff
path: root/src/mint/taler-mint-httpd_responses.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-07-05 17:27:20 +0200
committerChristian Grothoff <christian@grothoff.org>2015-07-05 17:27:20 +0200
commitb8c264656cb387f90697885767c5c47216a51816 (patch)
tree2cdf778cb6e92cda7e2c716666d423ce9d475bcc /src/mint/taler-mint-httpd_responses.c
parent0372b7583b530cd9cd9c5b65f8a2de98135cdc1e (diff)
downloadexchange-b8c264656cb387f90697885767c5c47216a51816.tar.gz
exchange-b8c264656cb387f90697885767c5c47216a51816.tar.bz2
exchange-b8c264656cb387f90697885767c5c47216a51816.zip
final fixes to make test pass
Diffstat (limited to 'src/mint/taler-mint-httpd_responses.c')
-rw-r--r--src/mint/taler-mint-httpd_responses.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mint/taler-mint-httpd_responses.c b/src/mint/taler-mint-httpd_responses.c
index fdb5137ec..b5e3ea5c2 100644
--- a/src/mint/taler-mint-httpd_responses.c
+++ b/src/mint/taler-mint-httpd_responses.c
@@ -367,7 +367,7 @@ TMH_RESPONSE_reply_deposit_success (struct MHD_Connection *connection,
&sig);
return TMH_RESPONSE_reply_json_pack (connection,
MHD_HTTP_OK,
- "{s:s, s:o}",
+ "{s:s, s:o, s:o}",
"status", "DEPOSIT_OK",
"sig", TALER_json_from_data (&sig,
sizeof (sig)),