Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update exit delay for staking leave #88

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
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
Loading