Skip to content

Commit 3dd3c48

Browse files
committed
Set network in CLN proxies
1 parent 24957e9 commit 3dd3c48

File tree

1 file changed

+3
-0
lines changed
  • contrib/pyln-testing/pyln/testing

1 file changed

+3
-0
lines changed

contrib/pyln-testing/pyln/testing/utils.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -748,6 +748,9 @@ def start(self, stdin=None, wait_for_initialized=True, stderr_redir=False):
748748
BITCOIND_CONFIG['rpcpassword'],
749749
BITCOIND_CONFIG['rpcport'])
750750

751+
# The remote hsmd proxies need to know which network we are using
752+
self.env['VLS_NETWORK'] = TEST_NETWORK
753+
751754
self.opts['bitcoin-rpcport'] = self.rpcproxy.rpcport
752755
TailableProc.start(self, stdin, stdout_redir=False, stderr_redir=stderr_redir)
753756
if wait_for_initialized:

0 commit comments

Comments
 (0)