mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 05:12:45 +01:00
tests: default all addresses to bech32
Needed for composing a transaction externally to c-lightning, using bitcoind util.
This commit is contained in:
parent
eb0b3d7b09
commit
1b2a593b05
@ -288,6 +288,7 @@ class BitcoinD(TailableProc):
|
||||
'-logtimestamps',
|
||||
'-nolisten',
|
||||
'-txindex',
|
||||
'-addresstype=bech32'
|
||||
]
|
||||
# For up to and including 0.16.1, this needs to be in main section.
|
||||
BITCOIND_CONFIG['rpcport'] = rpcport
|
||||
|
Loading…
Reference in New Issue
Block a user