Rename ContractLibErrors to RevertReasons

This commit is contained in:
Fabio Berger
2018-06-22 18:45:45 +02:00
parent 7a216901be
commit 4409f11b24
11 changed files with 96 additions and 96 deletions

View File

@@ -152,7 +152,7 @@ export interface MatchOrder {
rightSignature: string;
}
export enum ContractLibErrors {
export enum RevertReasons {
OrderUnfillable = 'ORDER_UNFILLABLE',
InvalidMaker = 'INVALID_MAKER',
InvalidTaker = 'INVALID_TAKER',