Skip to content

Commit 6a308a5

Browse files
author
Simon Goldberg
committed
fix typo in env var
1 parent 1593a83 commit 6a308a5

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
@@ -179,7 +179,7 @@ First, retrieve the RPC credentials from AWS Secrets Manager in your CloudShell
179179

180180
```
181181
export BTC_RPC_AUTH=$(aws secretsmanager get-secret-value --secret-id bitcoin_rpc_credentials --query SecretString --output text)
182-
echo "BTC_RPC_ATH=$BTC_RPC_AUTH"
182+
echo "BTC_RPC_AUTH=$BTC_RPC_AUTH"
183183
```
184184

185185
#### Single node RPC Call using credentials
@@ -191,7 +191,7 @@ echo "BITCOIN_NODE_IP=$BITCOIN_NODE_IP"
191191
```
192192
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_ATH=<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)