fix auditor key serialization

This commit is contained in:
Marcello Stanisci 2018-12-21 21:15:41 +01:00
parent c1c242e3c7
commit ea80ab4f45
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F

View File

@ -1317,7 +1317,7 @@ TALER_EXCHANGE_serialize_data (struct TALER_EXCHANGE_Handle *exchange)
k); k);
} }
a = json_pack ("{s:s, s:s, s:o}", a = json_pack ("{s:o, s:s, s:o}",
"auditor_pub", "auditor_pub",
GNUNET_JSON_from_data_auto (&ai->auditor_pub), GNUNET_JSON_from_data_auto (&ai->auditor_pub),
"auditor_url", "auditor_url",