Browse Source

pyln: utils:BitcoinD: add -wallet="test" option

Per https://github.com/bitcoin/bitcoin/pull/15454
travis-experimental
Jan Sarenik 4 years ago
committed by Christian Decker
parent
commit
90acf5072d
  1. 1
      contrib/pyln-testing/pyln/testing/utils.py

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

@ -349,6 +349,7 @@ class BitcoinD(TailableProc):
'-logtimestamps', '-logtimestamps',
'-nolisten', '-nolisten',
'-txindex', '-txindex',
'-wallet="test"',
'-addresstype=bech32' '-addresstype=bech32'
] ]
# For up to and including 0.16.1, this needs to be in main section. # For up to and including 0.16.1, this needs to be in main section.

Loading…
Cancel
Save