We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The total iCKB value of input tokens and input receipts must be bigger or equal to the total iCKB value of output tokens.
According to the code, it should be "equal" only: https://github.com/ickb/v1-core/blob/1647af2aadcc5b57bc876fe64c5929dbedf67ea1/scripts/contracts/ickb_logic/src/entry.rs#L32
The text was updated successfully, but these errors were encountered:
Good catch, I recently updated the iCKB script code to prevent a failure mode that was happening on Testnet: ckb-js/lumos#735
I forgot to update the proposal, thank you!! 🙏
Sorry, something went wrong.
1d14dcd
No branches or pull requests
According to the code, it should be "equal" only:
https://github.com/ickb/v1-core/blob/1647af2aadcc5b57bc876fe64c5929dbedf67ea1/scripts/contracts/ickb_logic/src/entry.rs#L32
The text was updated successfully, but these errors were encountered: