sgkim126 on master
Bug fix in on_request_commit_me⦠(compare)
Anyone know about history of parameter names in execute method of ActionHandler trait?
I think the name 'fee_payer' makes it hard to understand. The address can be read as fee payer for money transfer, but I think it should be 'deposit_owner' in self nomination and 'informant' in double vote reporting.
Does the fee_payer actually pay fee? If not, I will make a PR to change its name to more understandable one, such as 'sender_address'.