Fix linting errors

This commit is contained in:
Amir Bandeali
2018-08-12 22:20:43 -07:00
parent a4d6bc3190
commit 633e6c38c8
8 changed files with 10 additions and 11 deletions

View File

@@ -58,7 +58,7 @@ export class ForwarderWrapper {
constructor(contractInstance: ForwarderContract, provider: Provider) {
this._forwarderContract = contractInstance;
this._web3Wrapper = new Web3Wrapper(provider);
this._logDecoder = new LogDecoder(this._web3Wrapper, this._forwarderContract.address);
this._logDecoder = new LogDecoder(this._web3Wrapper);
}
public async marketSellOrdersWithEthAsync(
orders: SignedOrder[],