Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/tutorials/private-network/create-qbft-network.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ cp static-nodes.json genesis.json ../../Node-4/data/
In each validator directory, copy the `nodekey` files and `address` to the data directory:

```bash
cd validator0; cp nodekey* address ../../Node-0/data
cd ../validator0; cp nodekey* address ../../Node-0/data
cd ../validator1; cp nodekey* address ../../Node-1/data
cd ../validator2; cp nodekey* address ../../Node-2/data
cd ../validator3; cp nodekey* address ../../Node-3/data
Expand Down