Remove revert reason 'Exchange' prefix

This commit is contained in:
Fabio Berger
2018-06-22 18:41:55 +02:00
parent 0e7c254b93
commit 7a216901be
2 changed files with 3 additions and 3 deletions

View File

@@ -162,7 +162,7 @@ describe('MixinSignatureValidator', () => {
signedOrder.makerAddress,
signatureHex,
),
ContractLibErrors.ExchangeLength0Required,
ContractLibErrors.Length0Required,
);
});