Update contracts/exchange-libs/contracts/src/interfaces/IMixinLibMathRichErrors.sol
Co-Authored-By: Lawrence Forman <lawrence@0xproject.com>
This commit is contained in:
committed by
Amir Bandeali
parent
b75aa02b0d
commit
468bbea44d
@@ -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)"))
|
||||
|
Reference in New Issue
Block a user