diff --git a/torba/orchstr8/node.py b/torba/orchstr8/node.py index b53aa7486..bb6d16d1a 100644 --- a/torba/orchstr8/node.py +++ b/torba/orchstr8/node.py @@ -201,7 +201,7 @@ class SPVNode: 'DB_DIRECTORY': self.data_path, 'DAEMON_URL': blockchain_node.rpc_url, 'REORG_LIMIT': '100', - 'TCP_HOST': self.hostname, + 'HOST': self.hostname, 'TCP_PORT': str(self.port) } # TODO: don't use os.environ