From a53b60fca4963a9c1e06ef18fb2ab57378dc9a52 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Wed, 16 Jan 2019 13:05:23 -0500 Subject: [PATCH] use correct env variable for setting SPV hostname --- torba/orchstr8/node.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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