Update packages/contract-wrappers/src/contract_wrappers/exchange_wrapper.ts
Co-Authored-By: dekz <dekz@dekz.net>
This commit is contained in:
parent
f31a141d78
commit
86a9a892d2
@ -1210,7 +1210,7 @@ export class ExchangeWrapper extends ContractWrapper {
|
||||
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.
|
||||
* @param signedOrder SignedOrder of interest
|
||||
* @param fillTakerAssetAmount Amount we'd like to fill the order for
|
||||
|
Loading…
x
Reference in New Issue
Block a user