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

Per https://github.com/bitcoin/bitcoin/pull/15454
This commit is contained in:
Jan Sarenik 2020-09-24 13:36:39 +02:00 committed by Christian Decker
parent 4ba9ad66bc
commit 90acf5072d
1 changed files with 1 additions and 0 deletions

View File

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