You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The best practice is to refund fees whenever possible which also comes with the benefit of making users happy :) This can be divided in two
In extrinsics where different branches of the code differ in difficulty we can calculate the actual used weight and refund some fees.
In permissioned extrinsics where we already check that the call can only come from a specific origin we can return in the PostInfo the Pays::No to do a full refund to make it nicer for users that are doing a release for example.
The text was updated successfully, but these errors were encountered:
The best practice is to refund fees whenever possible which also comes with the benefit of making users happy :) This can be divided in two
Pays::No
to do a full refund to make it nicer for users that are doing arelease
for example.The text was updated successfully, but these errors were encountered: