Skip to content

Commit

Permalink
Clarify that the RPC for DAL rights gives all the rights
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphaël Cauderlier committed Jan 22, 2024
1 parent f489b0e commit 5693330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/join-dal-baker/prepare-account.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Seven cycles later (about 1h40 on Weeklynet), our baker will start receiving rig
octez-client --endpoint "$ENDPOINT" rpc get /chains/main/blocks/head/helpers/attestation_rights\?delegate="$MY_BAKER"
```

To see its DAL attestation rights, we can use the following RPC:
To see the DAL attestation rights of all bakers, we can use the following RPC:

```
octez-client --endpoint "$ENDPOINT" rpc get /chains/main/blocks/head/context/dal/shards
Expand Down

0 comments on commit 5693330

Please sign in to comment.