generalize mininode.py protocol versioning

This commit is contained in:
Larry Ruane
2018-08-02 20:30:20 -06:00
parent 871e1726c6
commit c0aa34a4b2
4 changed files with 25 additions and 27 deletions

View File

@@ -77,7 +77,7 @@ class TxExpiryDoSTest(BitcoinTestFramework):
connections = []
connections.append(NodeConn('127.0.0.1', p2p_port(0), self.nodes[0],
test_node, "regtest", True))
test_node, "regtest", OVERWINTER_PROTO_VERSION))
test_node.add_connection(connections[0])
# Start up network handling in another thread