Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
NicNomadic authored Jan 18, 2024
1 parent cd5b564 commit 3fd86ad
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ octez-dal-node run &>> "$HOME/octez-dal-node.log"

This, too, may take some time to launch the first time because it needs to generate a new identity file, this time for the DAL network.

When running normally, the logs of the dal node should contain one line per block applied by the layer 1 node looking like:
When running normally, the logs of the DAL node should contain one line per block applied by the layer 1 node looking like:

```
<timestamp>: layer 1 node's block at level <level>, round <round> is final
```

The DAL node we have launched connects to the DAL network but it is not yet subscribed to any Gossipsub topic. We can observe this by requesting the topics it registered to using the following RPC:
The DAL node we have launched connects to the DAL network but it is not yet subscribed to any Gossipsub topic. We can observe this by requesting the topics it registered to, using the following RPC:

```
curl http://localhost:10732/p2p/gossipsub/topics
Expand Down

0 comments on commit 3fd86ad

Please sign in to comment.