diff options
-rw-r--r-- | packages/contract-wrappers/src/contract_wrappers/exchange_wrapper.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/contract-wrappers/src/contract_wrappers/exchange_wrapper.ts b/packages/contract-wrappers/src/contract_wrappers/exchange_wrapper.ts index 9319b2238..0e6be132b 100644 --- a/packages/contract-wrappers/src/contract_wrappers/exchange_wrapper.ts +++ b/packages/contract-wrappers/src/contract_wrappers/exchange_wrapper.ts @@ -685,7 +685,7 @@ export class ExchangeWrapper extends ContractWrapper { ) { throw new Error(ExchangeWrapperError.AssetDataMismatch); } else { - // Smart contracts assigns the asset data from the left order to the right one so we can save gas on redicing the size of call data + // Smart contracts assigns the asset data from the left order to the right one so we can save gas on reducing the size of call data rightSignedOrder.makerAssetData = '0x'; rightSignedOrder.takerAssetData = '0x'; } |