summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/compileconfig.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/compileconfig.py b/tools/compileconfig.py
index cee9873..7ba2fac 100755
--- a/tools/compileconfig.py
+++ b/tools/compileconfig.py
@@ -101,7 +101,7 @@ def gen_http_servers(nodetype, nodeconfig, bind_addresses, bind_publicaddress, b
if bind_publicaddress:
(publichost, publicport) = parse_address(bind_publicaddress)
else:
- (_, publicport) = parse_address(nodeconfig["publicaddress"])
+ (_, publicport) = parse_address(nodeconfig["frontendnodes"]["publicaddress"])
publichost = "0.0.0.0"
if bind_publichttpaddress: