Disallow address zero in Ownable

This commit is contained in:
Alex Towle
2019-07-30 12:43:59 -07:00
parent 92a4556956
commit b4a3218b13
5 changed files with 37 additions and 12 deletions

View File

@@ -1,7 +1,6 @@
import { BigNumber } from './configured_bignumber';
import { RevertError } from './revert_error';
// tslint:disable:max-classes-per-file
export enum SafeMathErrorCodes {
Uint256AdditionOverflow,