Skip to content
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.

Commit

Permalink
Remove unneeded zmq options
Browse files Browse the repository at this point in the history
Signed-off-by: willcl-ark <[email protected]>
  • Loading branch information
willcl-ark committed Sep 27, 2019
1 parent c074737 commit f4f6907
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_utils/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,8 @@ def __init__(self, bitcoin_dir="/tmp/bitcoind-test", rpcport=None):
"-rpcpassword=rpcpass",
"-zmqpubrawblock=tcp://127.0.0.1:{}".format(self.zmqpubrawblock_port),
"-zmqpubrawtx=tcp://127.0.0.1:{}".format(self.zmqpubrawtx_port),
"-zmqpubrawblockhwm=0",
"-zmqpubrawtxhwm=0",
# "-zmqpubrawblockhwm=0",
# "-zmqpubrawtxhwm=0",
]
BITCOIND_CONFIG["rpcport"] = rpcport
write_config(os.path.join(bitcoin_dir, self.CONF_NAME), BITCOIND_CONFIG)
Expand Down

0 comments on commit f4f6907

Please sign in to comment.