Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Commit

Permalink
use promisify method for getPastLogs
Browse files Browse the repository at this point in the history
  • Loading branch information
b-pmcg committed Nov 22, 2018
1 parent 370b6eb commit fdebff3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/eth/Web3Service.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,6 @@ export default class Web3Service extends PrivateService {
return this._web3.currentProvider;
}

getPastLogs(options) {
return this._web3.eth.getPastLogs(options);
}

transactionSettings() {
return this._transactionSettings;
}
Expand Down

0 comments on commit fdebff3

Please sign in to comment.