diff options
author | John Newbery <john@johnnewbery.com> | 2017-08-24 11:11:56 -0400 |
---|---|---|
committer | John Newbery <john@johnnewbery.com> | 2017-09-01 12:25:55 -0400 |
commit | 7148b74dc39110f53c665b94fa9d994c6ad6dc1c (patch) | |
tree | ddece712dcd461829ca3b5133b47a14cb945c96a /test/functional/p2p-segwit.py | |
parent | 5448a1471d6fc638a2220ea5a2f3782172efe14c (diff) |
[tests] Functional tests must explicitly set num_nodes
Diffstat (limited to 'test/functional/p2p-segwit.py')
-rwxr-xr-x | test/functional/p2p-segwit.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/p2p-segwit.py b/test/functional/p2p-segwit.py index 8c2d2f0272..9bb72c8199 100755 --- a/test/functional/p2p-segwit.py +++ b/test/functional/p2p-segwit.py @@ -34,6 +34,7 @@ def get_virtual_size(witness_block): class TestNode(NodeConnCB): def set_test_params(self): + self.num_nodes = 3 self.getdataset = set() def on_getdata(self, conn, message): |