From fbac611337593b9bf03552637e709c45bdeee4ed Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Tue, 26 Sep 2017 15:29:08 +0200 Subject: improve comment --- src/contract_wrappers/exchange_wrapper.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/contract_wrappers/exchange_wrapper.ts b/src/contract_wrappers/exchange_wrapper.ts index 809bdebc5..c81e7919f 100644 --- a/src/contract_wrappers/exchange_wrapper.ts +++ b/src/contract_wrappers/exchange_wrapper.ts @@ -625,7 +625,8 @@ export class ExchangeWrapper extends ContractWrapper { return exchangeAddress; } /** - * Checks if order is still fillable and throws an error otherwise. + * Checks if order is still fillable and throws an error otherwise. Useful for orderbook + * pruning where you want to remove stale orders without knowing who the taker will be. * @param signedOrder An object that conforms to the SignedOrder interface. The * signedOrder you wish to validate. * @param opts An object that conforms to the ValidateOrderFillableOpts -- cgit v1.2.3