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

Review: Expired Checking #367

Closed
AurevoirXavier opened this issue Mar 19, 2020 · 0 comments · Fixed by #351
Closed

Review: Expired Checking #367

AurevoirXavier opened this issue Mar 19, 2020 · 0 comments · Fixed by #351
Assignees

Comments

@AurevoirXavier
Copy link
Member

AurevoirXavier commented Mar 19, 2020

Example:

Start Era = 1
BondingDuration Era = 3
Expired Era = 1 + 3 = 4

OK: Expired = (Current Era >= Expired Era)
Err: Expired = (Current Era > Expired Era) will wait one more era
@AurevoirXavier AurevoirXavier linked a pull request Mar 19, 2020 that will close this issue
@AurevoirXavier AurevoirXavier self-assigned this Mar 19, 2020
@AurevoirXavier AurevoirXavier changed the title Expired Checking Review: Expired Checking Mar 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant