We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6074dbe commit 8a7eddbCopy full SHA for 8a7eddb
components/hord-cli/src/config/generator.rs
@@ -23,7 +23,7 @@ bitcoind_rpc_password = "devnet"
23
# either through a Bitcoin node's ZeroMQ interface,
24
# or through the Stacks node. Zmq is being
25
# used by default:
26
-bitcoind_zmq_url = "http://0.0.0.0:18543"
+bitcoind_zmq_url = "tcp://0.0.0.0:18543"
27
# but stacks can also be used:
28
# stacks_node_rpc_url = "http://localhost:20443"
29
0 commit comments