approve_call worst case scenario consume too much wieght
gdnathan opened this issue · 1 comments
gdnathan commented
the function, after it validated the vote, will check if the proposal have a SimpleMajority, and if yes, execute the call. the worst case scenario is when this SimpleMajority is reached, so the weigh will have two problems:
-It depends on a unknown function call that have its own weight
-The function will have hight weight just for giving a vote
gdnathan commented
Out of date