From 02b33f988f2ffa3e02fcb1c88987498cf35c42cc Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Mon, 30 Oct 2017 12:04:48 +0200 Subject: Remove mempool event watcher config --- src/0x.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/0x.ts b/src/0x.ts index 0fb968ef3..62d1ff34f 100644 --- a/src/0x.ts +++ b/src/0x.ts @@ -185,7 +185,6 @@ export class ZeroEx { gasPrice, }; this._web3Wrapper = new Web3Wrapper(provider, defaults); - const mempoolPollingIntervalMs = _.isUndefined(config) ? undefined : config.mempoolPollingIntervalMs; this.token = new TokenWrapper( this._web3Wrapper, this._abiDecoder, -- cgit