Fixed most of the nits

This commit is contained in:
James Towle
2019-06-11 10:28:37 -07:00
committed by Amir Bandeali
parent 9b787a6bc2
commit fc96df63fd
2 changed files with 2 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ pragma solidity ^0.5.9;
contract RichErrors {
// bytes4(keccak256("Error(string)"))
bytes4 internal constant STANDARD_ERROR_SELECTOR =
0x08c379a0;