commit dbbf25c41a06ac4c10488444690ad22af2bcfba8
parent 29ba75c5c2aec61db1db9749fc9b364b6790ac1e
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date: Fri, 21 Dec 2018 19:30:01 +0100
Fix JSON packaging
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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",