commit d5f4f6ff4c2f4699e472898b8ec25f8604ab8bfa
parent 204358e249cc2ee6025f4a8080db6fc6778af6f2
Author: Christian Grothoff <christian@grothoff.org>
Date: Thu, 12 Dec 2019 15:59:31 +0100
consistency change'
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/exchange/taler-exchange-httpd_validation.c b/src/exchange/taler-exchange-httpd_validation.c
@@ -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));
}