-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
[token] fix the duplicated error code #5804
Conversation
b17cd68
to
f3e62a2
Compare
@@ -118,36 +118,36 @@ module aptos_token::token { | |||
const ENO_BURN_TOKEN_WITH_ZERO_AMOUNT: u64 = 29; | |||
|
|||
/// Withdraw proof expires | |||
const EWITHDRAW_PROOF_EXPIRES: u64 = 29; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's make this 39 and leave the rest alone?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated
Considering that each shift could break someone's integration, I'd really prefer we not shift every error. |
ca203a2
to
e78f59e
Compare
e78f59e
to
71a7b8c
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
✅ Forge suite
|
✅ Forge suite
|
Description
fix the duplicated the error code
Test Plan