summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-12-12 15:59:31 +0100
committerChristian Grothoff <christian@grothoff.org>2019-12-12 15:59:31 +0100
commitd5f4f6ff4c2f4699e472898b8ec25f8604ab8bfa (patch)
tree0d48bfc4e66365b6b96e19d167736e33db841a2f
parent204358e249cc2ee6025f4a8080db6fc6778af6f2 (diff)
downloadexchange-d5f4f6ff4c2f4699e472898b8ec25f8604ab8bfa.tar.gz
exchange-d5f4f6ff4c2f4699e472898b8ec25f8604ab8bfa.tar.bz2
exchange-d5f4f6ff4c2f4699e472898b8ec25f8604ab8bfa.zip
consistency change'
-rw-r--r--src/exchange/taler-exchange-httpd_validation.c2
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));
}