Fix a typo
This commit is contained in:
parent
e3bed5cc71
commit
12f30c78ff
@ -685,7 +685,7 @@ export class ExchangeWrapper extends ContractWrapper {
|
|||||||
) {
|
) {
|
||||||
throw new Error(ExchangeWrapperError.AssetDataMismatch);
|
throw new Error(ExchangeWrapperError.AssetDataMismatch);
|
||||||
} else {
|
} 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.makerAssetData = '0x';
|
||||||
rightSignedOrder.takerAssetData = '0x';
|
rightSignedOrder.takerAssetData = '0x';
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user