From 641a85a7ecb0a4cbf37e5c3fe6a7fae52b97d279 Mon Sep 17 00:00:00 2001 From: yann300 Date: Thu, 26 Jan 2017 16:27:16 +0100 Subject: [PATCH] only override the provider from the UI and not during init --- src/ui/TxBrowser.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ui/TxBrowser.js b/src/ui/TxBrowser.js index 1b929807aa..a9a2798a29 100644 --- a/src/ui/TxBrowser.js +++ b/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()) }