aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet-accounts.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/wallet-accounts.py')
-rwxr-xr-xtest/functional/wallet-accounts.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/test/functional/wallet-accounts.py b/test/functional/wallet-accounts.py
index ea12d4ec22..700f06b2cf 100755
--- a/test/functional/wallet-accounts.py
+++ b/test/functional/wallet-accounts.py
@@ -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]