summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_contract.c
diff options
context:
space:
mode:
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,