Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/build/collator/collator-related-operation-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ console.log(`Candidate pool size is: ${candidatePool.length}`);
## Leave Candidate Pool

If you want to leave candidate pool, you need to first schedule a request to
leave the pool and wait for an exit delay(10 blocks), after this delay you can
execute this request and stop working as a collator.
leave the pool and wait for an exit delay (2 staking rounds), after this delay
you can execute this request and stop working as a collator.

We also support temporarily leaving the candidate pool without unbonding your
tokens.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ console.log(`Candidate pool size is: ${candidatePool.length}`);
## Leave Candidate Pool

If you want to leave candidate pool, you need to first schedule a request to
leave the pool and wait for an exit delay(10 blocks), after this delay you can
leave the pool and wait for an exit delay (2 staking rounds), after this delay you can
execute this request and stop working as a collator.

We also support temporarily leaving the candidate pool without unbonding
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ console.log(`Candidate pool size is: ${candidatePool.length}`);
## Leave Candidate Pool

If you want to leave candidate pool, you need to first schedule a request to
leave the pool and wait for an exit delay(10 blocks), after this delay you can
leave the pool and wait for an exit delay (2 staking rounds), after this delay you can
execute this request and stop working as a collator.

We also support temporarily leaving the candidate pool without unbonding
Expand Down