From 3a0343e69befc1f733cbc874026c656721e4b461 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Criado-P=C3=A9rez?= Date: Sat, 15 Jan 2022 01:57:58 +0100 Subject: [PATCH] added documenation to optionally run a stacks node with your own bitcoin node --- src/pages/understand-stacks/running-mainnet-node/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/understand-stacks/running-mainnet-node/index.md b/src/pages/understand-stacks/running-mainnet-node/index.md index c56ad0d7..1a161466 100644 --- a/src/pages/understand-stacks/running-mainnet-node/index.md +++ b/src/pages/understand-stacks/running-mainnet-node/index.md @@ -185,7 +185,7 @@ rpc_port = 8332 peer_port = 8333 ``` -The rpc configuration of your bitcoin node is out of the scope of this document, but you can find more information [here](https://developer.bitcoin.org/examples/intro.html). +The rpc configuration of your bitcoin node is out of the scope of this document, but you can find more information on how to set it up [here](https://developer.bitcoin.org/examples/intro.html). ## Additional reading