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/httpbasics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/functional/httpbasics.py') diff --git a/test/functional/httpbasics.py b/test/functional/httpbasics.py index 8f35f0ab87..4b32e8d9ca 100755 --- a/test/functional/httpbasics.py +++ b/test/functional/httpbasics.py @@ -17,7 +17,7 @@ class HTTPBasicsTest (BitcoinTestFramework): self.setup_clean_chain = False def setup_network(self): - self.nodes = self.setup_nodes() + self.setup_nodes() def run_test(self): -- cgit v1.2.3