makoto / blockparty

NO BLOCK NO PARTY
MIT License
164 stars 41 forks source link

Change from public to external #106

Closed makoto closed 6 years ago

makoto commented 6 years ago

Currently, most of the non-internal functions are marked as public but most of them can be easily changed to external for better code visibilities and potential gas save.

Reference: https://medium.com/@gus_tavo_guim/public-vs-external-functions-in-solidity-b46bcf0ba3ac