qa: Fix wallet_txn_doublespend issue

This commit is contained in:
MarcoFalke
2019-02-15 10:15:28 -05:00
parent 1111aecbb5
commit fa25210d62
2 changed files with 8 additions and 1 deletions

View File

@@ -41,7 +41,6 @@ from test_framework.netutil import test_ipv6_local
RANGE_BEGIN = PORT_MIN + 2 * PORT_RANGE # Start after p2p and rpc ports
class ProxyTest(BitcoinTestFramework):
def set_test_params(self):
self.num_nodes = 4