Fix a typo

This commit is contained in:
Leonid Logvinov 2018-07-09 11:29:42 +02:00
parent e3bed5cc71
commit 12f30c78ff
No known key found for this signature in database
GPG Key ID: 0DD294BFDE8C95D4

View File

@ -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';
}