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

ACP-77: Implement RegisterSubnetValidatorTx #3420

Draft
wants to merge 22 commits into
base: implement-acp-77-update-convert-subnet-tx
Choose a base branch
from

Conversation

StephenButtolph
Copy link
Contributor

Why this should be merged

How this works

How this was tested

@StephenButtolph StephenButtolph changed the title ACP-77 Implement RegisterSubnetValidatorTx ACP-77: Implement RegisterSubnetValidatorTx Sep 26, 2024
return err
}
if msg.Expiry > maxAllowedExpiry {
return fmt.Errorf("expected expiry to be before %d but got %d", maxAllowedExpiry, msg.Expiry)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
return fmt.Errorf("expected expiry to be before %d but got %d", maxAllowedExpiry, msg.Expiry)
return fmt.Errorf("expected expiry not to be after %d but got %d", maxAllowedExpiry, msg.Expiry)

@StephenButtolph StephenButtolph added this to the v1.12.0-prerelease milestone Oct 4, 2024
@StephenButtolph StephenButtolph self-assigned this Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: In Progress 🏗
Development

Successfully merging this pull request may close these issues.

1 participant