mirror of
https://github.com/alexgo-io/bitcoin-indexer.git
synced 2026-01-12 22:43:06 +08:00
fix: generator typo
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user