Remove revert reason 'Exchange' prefix
This commit is contained in:
@@ -173,8 +173,8 @@ export enum ContractLibErrors {
|
||||
AssetProxyMismatch = 'ASSET_PROXY_MISMATCH',
|
||||
AssetProxyIdMismatch = 'ASSET_PROXY_ID_MISMATCH',
|
||||
LengthGreaterThan0Required = 'LENGTH_GREATER_THAN_0_REQUIRED',
|
||||
ExchangeLength0Required = 'LENGTH_0_REQUIRED',
|
||||
ExchangeLength65Required = 'LENGTH_65_REQUIRED',
|
||||
Length0Required = 'LENGTH_0_REQUIRED',
|
||||
Length65Required = 'LENGTH_65_REQUIRED',
|
||||
InvalidAmount = 'INVALID_AMOUNT',
|
||||
TransferFailed = 'TRANSFER_FAILED',
|
||||
SenderNotAuthorized = 'SENDER_NOT_AUTHORIZED',
|
||||
|
||||
@@ -162,7 +162,7 @@ describe('MixinSignatureValidator', () => {
|
||||
signedOrder.makerAddress,
|
||||
signatureHex,
|
||||
),
|
||||
ContractLibErrors.ExchangeLength0Required,
|
||||
ContractLibErrors.Length0Required,
|
||||
);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user