From c9cc76dcaad85aa9441f18d38298f27a0ffd852a Mon Sep 17 00:00:00 2001 From: John Newbery Date: Mon, 3 Apr 2017 09:34:04 -0400 Subject: [tests] Remove is_network_split from funtional test cases --- test/functional/smartfees.py | 1 - 1 file changed, 1 deletion(-) (limited to 'test/functional/smartfees.py') diff --git a/test/functional/smartfees.py b/test/functional/smartfees.py index b7f4b86e7b..19ffe9e851 100755 --- a/test/functional/smartfees.py +++ b/test/functional/smartfees.py @@ -203,7 +203,6 @@ class EstimateFeeTest(BitcoinTestFramework): connect_nodes(self.nodes[0], 2) connect_nodes(self.nodes[2], 1) - self.is_network_split = False self.sync_all() def transact_and_mine(self, numblocks, mining_node): -- cgit v1.2.3