From 50d3a1482567d0e4f572877b50547ae4fbad9942 Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Thu, 9 Nov 2017 17:39:03 -0500 Subject: Remove finished TODOs --- src/order_watcher/event_watcher.ts | 1 - src/order_watcher/order_state_watcher.ts | 1 - 2 files changed, 2 deletions(-) (limited to 'src') diff --git a/src/order_watcher/event_watcher.ts b/src/order_watcher/event_watcher.ts index 9ace32b29..471dcd21a 100644 --- a/src/order_watcher/event_watcher.ts +++ b/src/order_watcher/event_watcher.ts @@ -63,7 +63,6 @@ export class EventWatcher { const events = await this._web3Wrapper.getLogsAsync(eventFilter); return events; } - // TODO: Let's emit out own LogEntry type that has property isRemoved rather then removed private async _emitDifferencesAsync(logs: Web3.LogEntry[], isRemoved: boolean): Promise { for (const log of logs) { const logEvent = { diff --git a/src/order_watcher/order_state_watcher.ts b/src/order_watcher/order_state_watcher.ts index 6d56293ef..9f0773ffb 100644 --- a/src/order_watcher/order_state_watcher.ts +++ b/src/order_watcher/order_state_watcher.ts @@ -151,7 +151,6 @@ export class OrderStateWatcher { } } private async _emitRevalidateOrdersAsync(orderHashes: string[]): Promise { - // TODO: Make defaultBlock a passed in option const methodOpts = { defaultBlock: BlockParamLiteral.Pending, }; -- cgit v1.2.3