diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-12-12 15:59:31 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-12-12 15:59:31 +0100 |
commit | d5f4f6ff4c2f4699e472898b8ec25f8604ab8bfa (patch) | |
tree | 0d48bfc4e66365b6b96e19d167736e33db841a2f /src | |
parent | 204358e249cc2ee6025f4a8080db6fc6778af6f2 (diff) |
consistency change'
Diffstat (limited to 'src')
-rw-r--r-- | src/exchange/taler-exchange-httpd_validation.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-httpd_validation.c b/src/exchange/taler-exchange-httpd_validation.c index 67caf1333..23dbbf249 100644 --- 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)); } |