Skip to content

Commit

Permalink
pyln: utils:BitcoinD: add -wallet="" option
Browse files Browse the repository at this point in the history
  • Loading branch information
jsarenik committed Oct 1, 2020
1 parent cafaad7 commit ca69ec3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/pyln-testing/pyln/testing/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,7 @@ def __init__(self, bitcoin_dir="/tmp/bitcoind-test", rpcport=None):
'-logtimestamps',
'-nolisten',
'-txindex',
'-wallet=""',
'-addresstype=bech32'
]
# For up to and including 0.16.1, this needs to be in main section.
Expand Down

0 comments on commit ca69ec3

Please sign in to comment.