Skip to content

Commit 8a7eddb

Browse files
author
Ludo Galabru
committed
fix: generator typo
1 parent 6074dbe commit 8a7eddb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/hord-cli/src/config/generator.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ bitcoind_rpc_password = "devnet"
2323
# either through a Bitcoin node's ZeroMQ interface,
2424
# or through the Stacks node. Zmq is being
2525
# used by default:
26-
bitcoind_zmq_url = "http://0.0.0.0:18543"
26+
bitcoind_zmq_url = "tcp://0.0.0.0:18543"
2727
# but stacks can also be used:
2828
# stacks_node_rpc_url = "http://localhost:20443"
2929

0 commit comments

Comments
 (0)