Skip to content

Commit ca69ec3

Browse files
committed
pyln: utils:BitcoinD: add -wallet="" option
Per bitcoin/bitcoin#15454
1 parent cafaad7 commit ca69ec3

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,7 @@ def __init__(self, bitcoin_dir="/tmp/bitcoind-test", rpcport=None):
341341
'-logtimestamps',
342342
'-nolisten',
343343
'-txindex',
344+
'-wallet=""',
344345
'-addresstype=bech32'
345346
]
346347
# For up to and including 0.16.1, this needs to be in main section.

0 commit comments

Comments
 (0)