Skip to content

Commit

Permalink
Merge 589566e into 72b14a4
Browse files Browse the repository at this point in the history
  • Loading branch information
antonio-fr committed Mar 6, 2022
2 parents 72b14a4 + 589566e commit f3d3c25
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/web3-core-requestmanager/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,6 @@ RequestManager.prototype.setProvider = function (provider, net) {
_this.provider.emit('end', event);
}
};
// TODO: Remove close once the standard allows it
this.provider.on('close', disconnect);
this.provider.on('disconnect', disconnect);

// TODO add end, timeout??
Expand Down

0 comments on commit f3d3c25

Please sign in to comment.