-
Notifications
You must be signed in to change notification settings - Fork 13
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
Flyover pegout #290
Flyover pegout #290
Conversation
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.
LGTM
97cb17f
to
5aacb6f
Compare
Quality Gate failedFailed conditions |
sessionId: '', | ||
txHash: '0xc', | ||
type: constants.TX_TYPE_PEGOUT, | ||
value: 0.005, |
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.
IF we are handling Number type, please ensure that we are using weis (integer) just to avoid precision issues
type: constants.TX_TYPE_PEGOUT, | ||
value: 0.005, | ||
wallet: 'wallet', | ||
fee: 0.000001, |
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.
same for the fee
No description provided.