diff options
author | Marcello Stanisci <stanisci.m@gmail.com> | 2018-12-21 19:30:01 +0100 |
---|---|---|
committer | Marcello Stanisci <stanisci.m@gmail.com> | 2018-12-21 19:30:01 +0100 |
commit | dbbf25c41a06ac4c10488444690ad22af2bcfba8 (patch) | |
tree | 7c45ace85f9bf57bd243c0bf0132e07fe57ef21d | |
parent | 29ba75c5c2aec61db1db9749fc9b364b6790ac1e (diff) |
Fix JSON packaging
-rw-r--r-- | src/exchange-lib/exchange_api_handle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange-lib/exchange_api_handle.c b/src/exchange-lib/exchange_api_handle.c index 9fc6f9eae..f339f13e2 100644 --- a/src/exchange-lib/exchange_api_handle.c +++ b/src/exchange-lib/exchange_api_handle.c @@ -1317,7 +1317,7 @@ TALER_EXCHANGE_serialize_data (struct TALER_EXCHANGE_Handle *exchange) k); } - a = json_pack ("{s:s, s:o, s:o}", + a = json_pack ("{s:s, s:s, s:o}", "auditor_pub", GNUNET_JSON_from_data_auto (&ai->auditor_pub), "auditor_url", |