aboutsummaryrefslogtreecommitdiff
path: root/test/functional/bip68-112-113-p2p.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/bip68-112-113-p2p.py')
-rwxr-xr-xtest/functional/bip68-112-113-p2p.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/bip68-112-113-p2p.py b/test/functional/bip68-112-113-p2p.py
index d3c7d8fc11..4cecfabc7a 100755
--- a/test/functional/bip68-112-113-p2p.py
+++ b/test/functional/bip68-112-113-p2p.py
@@ -95,7 +95,7 @@ class BIP68_112_113Test(ComparisonTestFramework):
def set_test_params(self):
self.num_nodes = 1
self.setup_clean_chain = True
- self.extra_args = [['-whitelist=127.0.0.1', '-blockversion=4']]
+ self.extra_args = [['-whitelist=127.0.0.1', '-blockversion=4', '-addresstype=legacy']]
def run_test(self):
test = TestManager(self, self.options.tmpdir)