summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_contract.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-11-25 21:28:17 +0100
committerChristian Grothoff <christian@grothoff.org>2015-11-25 21:28:17 +0100
commit47223238c240493887e1222ef76950e60871e84f (patch)
tree331c15586b9f843650bd721d1d76bb2a22c0ff5f /src/backend/taler-merchant-httpd_contract.c
parentfdc4ee8b9ab1c31abc5eaaf42b236b984dc2692b (diff)
downloadmerchant-47223238c240493887e1222ef76950e60871e84f.tar.gz
merchant-47223238c240493887e1222ef76950e60871e84f.tar.bz2
merchant-47223238c240493887e1222ef76950e60871e84f.zip
more cleanup of auditors logic
Diffstat (limited to 'src/backend/taler-merchant-httpd_contract.c')
-rw-r--r--src/backend/taler-merchant-httpd_contract.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/backend/taler-merchant-httpd_contract.c b/src/backend/taler-merchant-httpd_contract.c
index f2aca318..93292c87 100644
--- a/src/backend/taler-merchant-httpd_contract.c
+++ b/src/backend/taler-merchant-httpd_contract.c
@@ -69,12 +69,12 @@ MH_handler_contract (struct TMH_RequestHandler *rh,
return MHD_YES;
/* add fields to the "root" that the backend should provide */
- json_object_set_new (root,
- "mints",
- trusted_mints);
- json_object_set_new (root,
- "auditors",
- j_auditors);
+ json_object_set (root,
+ "mints",
+ trusted_mints);
+ json_object_set (root,
+ "auditors",
+ j_auditors);
json_object_set_new (root,
"H_wire",
TALER_json_from_data (&h_wire,