mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +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:
committed by
Rusty Russell
parent
eb0b3d7b09
commit
1b2a593b05
@@ -288,6 +288,7 @@ class BitcoinD(TailableProc):
|
|||||||
'-logtimestamps',
|
'-logtimestamps',
|
||||||
'-nolisten',
|
'-nolisten',
|
||||||
'-txindex',
|
'-txindex',
|
||||||
|
'-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.
|
||||||
BITCOIND_CONFIG['rpcport'] = rpcport
|
BITCOIND_CONFIG['rpcport'] = rpcport
|
||||||
|
|||||||
Reference in New Issue
Block a user