Skip to content

Commit

Permalink
fix: paraphrasing
Browse files Browse the repository at this point in the history
  • Loading branch information
nhussein11 committed Sep 11, 2024
1 parent 4f2a152 commit f8b1fa8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ To start the validator nodes using the [raw sample chain specification file](htt
Because both validators are running on a single local computer, it isn't necessary to specify the --bootnodes command-line option and the first node’s IP address and peer identifier. The bootnodes option is required to connect nodes outside the local network or not identified in the chain specification file.

If you don't see the relay chain producing blocks, try disabling your firewall or adding the bootnodes command-line option with the address of the alice node to start the node. Adding the bootnodes option looks like this (with the node identity from preceding):
If you don't see the relay chain producing blocks, try disabling your firewall or adding the bootnodes command-line option with the address of the alice node to start the node. Adding the bootnodes option looks like this (with the node identity of the alice node):
```bash
--bootnodes \
Expand Down

0 comments on commit f8b1fa8

Please sign in to comment.