@0x/contracts-staking: Implement better overflow detection in LibFixedMath.
This commit is contained in:
@@ -10,7 +10,6 @@ export enum ValueErrorCodes {
|
||||
|
||||
export enum BinOpErrorCodes {
|
||||
AdditionOverflow,
|
||||
SubtractionUnderflow,
|
||||
MultiplicationOverflow,
|
||||
DivisionByZero,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user