Skip to content

Commit 2734a5a

Browse files
author
Simon Goldberg
committed
fix precommit
1 parent a707c89 commit 2734a5a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/bitcoin-core/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This guide walks you through deploying a Bitcoin Core mainnet node in a **Virtua
1414

1515
#### Cloning the Repository
1616

17-
First, clone the repository and install the dependencies:
17+
First, clone the repository and install the dependencies:
1818

1919
```
2020
git clone https://github.com/aws-samples/aws-blockchain-node-runners.git
@@ -29,7 +29,7 @@ Before proceeding, ensure you have the AWS CLI installed and configured.
2929
To interact with the Bitcoin Core RPC endpoint within your isolated VPC environment, run the following command before deploying the Bitcoin Node via CDK:
3030

3131
```
32-
cd aws-blockchain-node-runners/lib/bitcoin-core
32+
cd lib/bitcoin-core
3333
node generateRPCAuth.js
3434
```
3535

lib/bitcoin-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
"keywords": [],
1313
"author": "",
1414
"license": "ISC"
15-
}
15+
}

0 commit comments

Comments
 (0)