mirror of
https://github.com/ElementsProject/lightning.git
synced 2026-08-17 13:06:36 +02:00
pyln: utils:BitcoinD: add -wallet="test" option
Per https://github.com/bitcoin/bitcoin/pull/15454
This commit is contained in:
parent
4ba9ad66bc
commit
90acf5072d
1 changed files with 1 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue