omgnetwork / plasma-mvp

OmiseGO's research implementation of Minimal Viable Plasma
MIT License
561 stars 158 forks source link

Refactor event names #98

Closed smartcontracts closed 6 years ago

smartcontracts commented 6 years ago

[chore]

According to the Solidity style guide:

Events should be named using the CapWords style.

We're currently naming events in RootChain.sol with camelCase, we should change that.

smartcontracts commented 6 years ago

Closed by #145