mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 20:12:57 +01:00
fix: change port to use for zmq in interface_zmq_dash.py
It resolves a conflict with interface_zmq.py and intermittent failure
This commit is contained in:
parent
0ce66fd477
commit
2f788aa76d
@ -100,7 +100,7 @@ class TestP2PConn(P2PInterface):
|
|||||||
class DashZMQTest (DashTestFramework):
|
class DashZMQTest (DashTestFramework):
|
||||||
def set_test_params(self):
|
def set_test_params(self):
|
||||||
# That's where the zmq publisher will listen for subscriber
|
# That's where the zmq publisher will listen for subscriber
|
||||||
self.address = "tcp://127.0.0.1:28333"
|
self.address = "tcp://127.0.0.1:28331"
|
||||||
# node0 creates all available ZMQ publisher
|
# node0 creates all available ZMQ publisher
|
||||||
node0_extra_args = ["-zmqpub%s=%s" % (pub.value, self.address) for pub in ZMQPublisher]
|
node0_extra_args = ["-zmqpub%s=%s" % (pub.value, self.address) for pub in ZMQPublisher]
|
||||||
node0_extra_args.append("-whitelist=127.0.0.1")
|
node0_extra_args.append("-whitelist=127.0.0.1")
|
||||||
|
Loading…
Reference in New Issue
Block a user