fix: generator typo

This commit is contained in:
Ludo Galabru
2023-07-19 17:11:39 -04:00
parent 6074dbe2b3
commit 8a7eddb092

View File

@@ -23,7 +23,7 @@ bitcoind_rpc_password = "devnet"
# either through a Bitcoin node's ZeroMQ interface,
# or through the Stacks node. Zmq is being
# used by default:
bitcoind_zmq_url = "http://0.0.0.0:18543"
bitcoind_zmq_url = "tcp://0.0.0.0:18543"
# but stacks can also be used:
# stacks_node_rpc_url = "http://localhost:20443"