Skip to content

Commit

Permalink
already out-commented but not removed line removed in Registry.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nivida committed Nov 6, 2019
1 parent 6b639e5 commit 4e4d341
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/web3-eth-ens/src/contracts/Registry.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ function Registry(ens) {
this.ens = ens;
this.contract = ens.checkNetwork().then(function (address) {
return new self.ens.eth.Contract(REGISTRY_ABI, address);
// contract.setProvider(self.ens.eth.currentProvider);
});
}

Expand Down

0 comments on commit 4e4d341

Please sign in to comment.