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
It seems that dispatchable.paymentInfo(wallet) is giving a fee bigger than the one is actually charged.
dispatchable.paymentInfo(wallet)
Also to consider to add to the calculations the length_fee: https://docs.substrate.io/v3/runtime/weights-and-fees/#a-closer-look-at-the-inclusion-fee
length_fee
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It seems that
dispatchable.paymentInfo(wallet)
is giving a fee bigger than the one is actually charged.Also to consider to add to the calculations the
length_fee
: https://docs.substrate.io/v3/runtime/weights-and-fees/#a-closer-look-at-the-inclusion-feeThe text was updated successfully, but these errors were encountered: