fix auditor key serialization
This commit is contained in:
parent
c1c242e3c7
commit
ea80ab4f45
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user