@0x/order-utils: Rename OperatorShareMustBeBetween0And100 to OperatorShareTooLarge.

This commit is contained in:
Lawrence Forman
2019-09-10 00:39:45 -04:00
parent 2ed39cd18d
commit 3b28c9d5a7

View File

@@ -10,7 +10,7 @@ export enum MakerPoolAssignmentErrorCodes {
}
export enum OperatorShareErrorCodes {
OperatorShareMustBeBetween0And100,
OperatorShareTooLarge,
CanOnlyDecreaseOperatorShare,
}