Skip to content

Commit

Permalink
Clarify relaying delay for VSCPackets
Browse files Browse the repository at this point in the history
  • Loading branch information
p-offtermatt committed Jul 29, 2024
1 parent c60d606 commit 23cf6bf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/docs/frequently-asked-questions.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,9 @@ Yes, by issuing a [`ConsumerModificationProposal`](./features/proposals.md#consu

## How do I know when the next validator update will be sent to the consumer chain?
Validator updates are sent to the consumer chain every `BlocksPerEpoch` blocks.
Keep in mind that depending on the status of relayers between the Hub and the consumer chain,
it might take a while for the validator update to be processed and applied on the consumer chain.

To query how many blocks are left until the next epoch starts,
run the following command:
```bash
Expand Down

0 comments on commit 23cf6bf

Please sign in to comment.