tests: default all addresses to bech32

Needed for composing a transaction externally to c-lightning, using
bitcoind util.
This commit is contained in:
lisa neigut 2019-05-31 16:48:58 -07:00 committed by Rusty Russell
parent eb0b3d7b09
commit 1b2a593b05

View File

@ -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