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
Checking the release code, should we handle the None returning early to avoid calling settle_payment that reads the storage again?
release
None
settle_payment
The text was updated successfully, but these errors were encountered:
It doesn't increase the read count since its same extrinsic, but removed it in #198 since it makes the code more concise.
Sorry, something went wrong.
stanly-johnson
Successfully merging a pull request may close this issue.
Checking the
release
code, should we handle theNone
returning early to avoid callingsettle_payment
that reads the storage again?The text was updated successfully, but these errors were encountered: