mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-30 02:31:05 +02:00
[tests] Remove is_network_split from funtional test cases
This commit is contained in:
@ -24,11 +24,7 @@ class WalletAccountsTest(BitcoinTestFramework):
|
||||
super().__init__()
|
||||
self.setup_clean_chain = True
|
||||
self.num_nodes = 1
|
||||
self.node_args = [[]]
|
||||
|
||||
def setup_network(self):
|
||||
self.nodes = start_nodes(self.num_nodes, self.options.tmpdir, self.node_args)
|
||||
self.is_network_split = False
|
||||
self.extra_args = [[]]
|
||||
|
||||
def run_test (self):
|
||||
node = self.nodes[0]
|
||||
|
Reference in New Issue
Block a user