Closed smartcontracts closed 6 years ago
@boolafish the underscore prefix is pretty standard for most solidity work (check out OpenZeppelin's work). I find it helps quickly distinguish between function parameters (should treat as immutable) and everything else. Some other arguments here: https://ethereum.stackexchange.com/q/1351/22130
Closes #138 and adds more comments for clarity.
Main style changes:
BlockSubmitted
event.