Update contracts/exchange-libs/contracts/src/interfaces/IMixinLibMathRichErrors.sol

Co-Authored-By: Lawrence Forman <lawrence@0xproject.com>
This commit is contained in:
James Towle
2019-06-17 23:14:19 -07:00
committed by Amir Bandeali
parent b75aa02b0d
commit 468bbea44d

View File

@@ -4,7 +4,7 @@ pragma solidity ^0.5.9;
contract IMixinLibMathRichErrors {
// bytes4(keccak256("DivisionByZeroError()"))
bytes4 internal constant DIVISION_BY_ZERO =
bytes4 internal constant DIVISION_BY_ZERO_SELECTOR =
0xa791837c;
// bytes4(keccak256("RoundingError(uint256,uint256,uint256)"))