Skip to content

Commit 90acf50

Browse files
jsarenikcdecker
authored andcommitted
pyln: utils:BitcoinD: add -wallet="test" option
Per bitcoin/bitcoin#15454
1 parent 4ba9ad6 commit 90acf50

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
@@ -349,6 +349,7 @@ def __init__(self, bitcoin_dir="/tmp/bitcoind-test", rpcport=None):
349349
'-logtimestamps',
350350
'-nolisten',
351351
'-txindex',
352+
'-wallet="test"',
352353
'-addresstype=bech32'
353354
]
354355
# For up to and including 0.16.1, this needs to be in main section.

0 commit comments

Comments
 (0)