poanetwork / poa-popa

DApp for proof of physical address (PoPA) attestation for validators of POA Network
https://popa.poa.network
GNU General Public License v3.0
24 stars 18 forks source link

(Refactor) Use pure/view instead of const on functions #146

Closed phahulin closed 6 years ago

phahulin commented 6 years ago

It is recommended to use either pure or view modifier instead of const for functions.