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:28 -07:00 committed by Amir Bandeali
parent 468bbea44d
commit eb4afa8f2c

View File

@ -8,6 +8,6 @@ contract IMixinLibMathRichErrors {
0xa791837c;
// bytes4(keccak256("RoundingError(uint256,uint256,uint256)"))
bytes4 internal constant ROUNDING_ERROR =
bytes4 internal constant ROUNDING_ERROR_SELECTOR =
0x339f3de2;
}