use correct env variable for setting SPV hostname
This commit is contained in:
parent
09b77972d9
commit
a53b60fca4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue