Skip to content

Commit a581c78

Browse files
committed
Change vlsd's RPC URL arg to --bitcoin
1 parent 586ee3c commit a581c78

File tree

1 file changed

+1
-1
lines changed
  • contrib/pyln-testing/pyln/testing

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ def __init__(self, vlsd_dir, vlsd_port, node_id, network):
630630
'--port={}'.format(vlsd_port),
631631
'--initial-allowlist-file={}'.format(env('REMOTE_SIGNER_ALLOWLIST',
632632
'contrib/remote_hsmd/TESTING_ALLOWLIST')),
633-
'--rpc=http://{}:{}@127.0.0.1:{}'.format(
633+
'--bitcoin=http://{}:{}@127.0.0.1:{}'.format(
634634
BITCOIND_CONFIG['rpcuser'],
635635
BITCOIND_CONFIG['rpcpassword'],
636636
BITCOIND_CONFIG['rpcport']),

0 commit comments

Comments
 (0)