Canto-Network / Canto

Layer-1 blockchain powered by Free Public Infrastructure
GNU Lesser General Public License v3.0
83 stars 75 forks source link

Chore: change function signature which is more readable #86

Open aeharvlee opened 1 year ago

aeharvlee commented 1 year ago

ToAddress function returns list of address. I think ToAddresses or ToAddressList` will be more readable.

https://github.com/Canto-Network/Canto/blob/4ffeda9cc47b4b0b8df46af8879afbec9c6b08af/x/govshuttle/keeper/proposals.go#L83-L95

If you guys ok for this, I'll create PR for it.