Browse Source

tests: default all addresses to bech32

Needed for composing a transaction externally to c-lightning, using
bitcoind util.
pull/2938/head
lisa neigut 6 years ago
committed by Rusty Russell
parent
commit
1b2a593b05
  1. 1
      tests/utils.py

1
tests/utils.py

@ -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…
Cancel
Save