Skip to content

Commit f6ddf77

Browse files
author
Simon Goldberg
committed
fix pre-commit
1 parent 7a5b647 commit f6ddf77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/bitcoin-core/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,9 +189,9 @@ To make an RPC call to a single Bitcoin node, run the following command to retri
189189
export BITCOIN_NODE_IP=$(jq -r '.SingleNodeBitcoinCoreStack.BitcoinNodePrivateIP' single-node-outputs.json)
190190
echo "BITCOIN_NODE_IP=$BITCOIN_NODE_IP"
191191
```
192-
Copy output from the last `echo` command with `BITCOIN_NODE_IP=<internal_IP>` and open [CloudShell tab with VPC environment](https://docs.aws.amazon.com/cloudshell/latest/userguide/creating-vpc-environment.html) to access internal IP address space. Paste `BITCOIN_NODE_IP=<internal_IP>` into the new CloudShell tab.
192+
Copy output from the last `echo` command with `BITCOIN_NODE_IP=<internal_IP>` and open [CloudShell tab with VPC environment](https://docs.aws.amazon.com/cloudshell/latest/userguide/creating-vpc-environment.html) to access internal IP address space. Paste `BITCOIN_NODE_IP=<internal_IP>` into the new CloudShell tab.
193193

194-
Additionally, copy the output from the first `echo` command with `BTC_RPC_AUTH=<rpc_credentials>` into the CloudShell VPC environment.
194+
Additionally, copy the output from the first `echo` command with `BTC_RPC_AUTH=<rpc_credentials>` into the CloudShell VPC environment.
195195

196196
Then query the node:
197197

0 commit comments

Comments
 (0)