Dispatched call weight is not paid
gdnathan opened this issue · 0 comments
gdnathan commented
When a proposal reach threshold, the approve_call
extrinsic weight will be higher, but not paid by the dispatcher.
We could either make him pay, or push the approved calls into a storage, and pop them every x blocs to execute them. This way, the execution of this call wont be in approve_call
extrinsic, and the last user to vote wont have to pay the execution fees.