consistency change'

This commit is contained in:
Christian Grothoff 2019-12-12 15:59:31 +01:00
parent 204358e249
commit d5f4f6ff4c
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -359,7 +359,7 @@ TEH_VALIDATION_get_wire_response ()
return json_pack ("{s:O, s:O, s:o}",
"accounts", wire_accounts_array,
"fees", wire_fee_object,
"master_pub", GNUNET_JSON_from_data_auto (
"master_public_key", GNUNET_JSON_from_data_auto (
&TEH_master_public_key));
}