diff options
Diffstat (limited to 'test/functional/httpbasics.py')
-rwxr-xr-x | test/functional/httpbasics.py | 2 |
1 files changed, 1 insertions, 1 deletions
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): |