From 1b2a593b052c0a761e56ccb165ca251a4e65ad9d Mon Sep 17 00:00:00 2001 From: lisa neigut Date: Fri, 31 May 2019 16:48:58 -0700 Subject: [PATCH] tests: default all addresses to bech32 Needed for composing a transaction externally to c-lightning, using bitcoind util. --- tests/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/utils.py b/tests/utils.py index e24fd6f41..02ea9cd2b 100644 --- a/tests/utils.py +++ b/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