Update comment for validation

This commit is contained in:
Brandon Millman
2018-08-30 14:01:04 -07:00
parent 63c15b6f4f
commit 5c655b55d3

View File

@@ -376,7 +376,8 @@ export class Blockchain {
fillTakerTokenAmount: BigNumber,
takerAddress: string,
): Promise<void> {
// we can use OrderValidationUtils here
// TODO: add validation here
// we can use OrderValidationUtils here?
// await this._contractWrappers.exchange.validateFillOrderThrowIfInvalidAsync(
// signedOrder,
// fillTakerTokenAmount,