Update packages/contract-wrappers/src/contract_wrappers/exchange_wrapper.ts

Co-Authored-By: dekz <dekz@dekz.net>
This commit is contained in:
Fabio B 2019-03-21 17:21:27 +01:00 committed by Jacob Evans
parent f31a141d78
commit 86a9a892d2
No known key found for this signature in database
GPG Key ID: 2036DA2ADDFB0842

View File

@ -1210,7 +1210,7 @@ export class ExchangeWrapper extends ContractWrapper {
await this.validateMakerTransferThrowIfInvalidAsync(signedOrder, fillableTakerAssetAmount); await this.validateMakerTransferThrowIfInvalidAsync(signedOrder, fillableTakerAssetAmount);
} }
/** /**
* Validate the transfer from the Maker to the Taker. This is simulated on chain * Validate the transfer from the Maker to the Taker. This is simulated on-chain
* via an eth_call. If this call fails the asset is not transferrable. * via an eth_call. If this call fails the asset is not transferrable.
* @param signedOrder SignedOrder of interest * @param signedOrder SignedOrder of interest
* @param fillTakerAssetAmount Amount we'd like to fill the order for * @param fillTakerAssetAmount Amount we'd like to fill the order for