diff options
author | Marcello Stanisci <stanisci.m@gmail.com> | 2018-12-21 21:15:41 +0100 |
---|---|---|
committer | Marcello Stanisci <stanisci.m@gmail.com> | 2018-12-21 21:15:41 +0100 |
commit | ea80ab4f4506d77fe9c7be6ce62e1f2f9b14694d (patch) | |
tree | 0360b93b9f488adbe6c5ec1b66a067e6351e7859 /src/exchange-lib | |
parent | c1c242e3c77955ffb6f8503bac618085ced48be2 (diff) |
fix auditor key serialization
Diffstat (limited to 'src/exchange-lib')
-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 f339f13e2..6398bce99 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:s, s:o}", + a = json_pack ("{s:o, s:s, s:o}", "auditor_pub", GNUNET_JSON_from_data_auto (&ai->auditor_pub), "auditor_url", |