Merge pull request #184 from ethereum/fixweb3provider

Only override the provider from the UI and not during initiation
pull/7/head
yann300 8 years ago committed by GitHub
commit 2285959029
  1. 1
      src/ui/TxBrowser.js

@ -36,7 +36,6 @@ TxBrowser.prototype.setDefaultValues = function () {
this.connectInfo = ''
this.basicPanel.update({})
this.basicPanel.hide()
this.updateWeb3Url(util.web3.currentProvider.host)
if (this.view) {
yo.update(this.view, this.render())
}

Loading…
Cancel
Save