aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/settings.js
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2016-07-29 01:53:51 +0800
committerDan Finlay <dan@danfinlay.com>2016-07-29 01:53:51 +0800
commit9b43ec2278a5647c427c426ed798ab90bbf093cc (patch)
tree52223352efe509619e86e3a92aa4e5df3ff13eeb /ui/app/settings.js
parentdaaac17be20faf3f53f3a4b04d70504ebf894568 (diff)
downloadtangerine-wallet-browser-9b43ec2278a5647c427c426ed798ab90bbf093cc.tar.gz
tangerine-wallet-browser-9b43ec2278a5647c427c426ed798ab90bbf093cc.tar.zst
tangerine-wallet-browser-9b43ec2278a5647c427c426ed798ab90bbf093cc.zip
Add eth classic to provider menu
Diffstat (limited to 'ui/app/settings.js')
-rw-r--r--ui/app/settings.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/app/settings.js b/ui/app/settings.js
index e56f4ee63..454cc95e0 100644
--- a/ui/app/settings.js
+++ b/ui/app/settings.js
@@ -32,7 +32,6 @@ AppSettingsPage.prototype.render = function () {
htmlFor: 'settings-rpc-endpoint',
}, 'RPC Endpoint:'),
h('input', {
- // value: '//testrpc.metamask.io',
type: 'url',
id: 'settings-rpc-endpoint',
onKeyPress: this.onKeyPress.bind(this),