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
It looks like that having the post_disptach constraints is not compatible with the constraints on the pallet extrinsic. There might be a way to accomplish this by pulling all checks outside of the pallet and into the runtime and just call them from Config.
ChargeTxPayment implement post_dispatch which needs to be executed on passkey proxy call
Searched for Related Issues
I have done a search for related issues and either found none, or noted them
The text was updated successfully, but these errors were encountered:
Details
It looks like that having the
post_disptach
constraints is not compatible with the constraints on the pallet extrinsic. There might be a way to accomplish this by pulling all checks outside of the pallet and into the runtime and just call them from Config.ChargeTxPayment implement post_dispatch which needs to be executed on passkey proxy call
Searched for Related Issues
The text was updated successfully, but these errors were encountered: