Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
nhussein11 committed Sep 9, 2024
1 parent 2413eec commit 291a833
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions tutorials/polkadot-sdk/build-a-parachain/prepare-relay-chain.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ cd polkadot-sdk

3. Build the relay chain node by running the following command:

```bash
cargo build --release
```
```bash
cargo build --release
```

!!! note
Depending on your machine’s specifications, the build process may take some time.
!!! note
Depending on your machine’s specifications, the build process may take some time.

4. Verify that the node is built correctly by running the following command:

Expand Down Expand Up @@ -150,9 +150,8 @@ To start the validator nodes using the [raw sample chain specification file](htt
<span>...</span>
</div>

!!! note
You need to specify this identifier to enable other nodes to connect. In this case, the `Local node identity` is `12D3KooWG393uX82rR3QgDkZpb7U8StzuRx9BQUXCvWsP1ctgygp`.

!!! note
You need to specify this identifier to enable other nodes to connect. In this case, the `Local node identity` is `12D3KooWG393uX82rR3QgDkZpb7U8StzuRx9BQUXCvWsP1ctgygp`.

4. Open a new terminal and start the second validator using the bob account.

Expand Down

0 comments on commit 291a833

Please sign in to comment.