aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2016-04-19 08:44:10 +0800
committerDan Finlay <dan@danfinlay.com>2016-04-19 08:44:10 +0800
commit7291e3f1b32f933ef1c8cc9c2f96f48bb6f33652 (patch)
tree920378800e10539cc02330fcf0a110f91079c9b5 /ui
parent15e953f11f2675a54447fa0eed6f46925a73d077 (diff)
parent28f14661fd484f215c5bfdc93e1b447ddcdb42ca (diff)
downloadtangerine-wallet-browser-7291e3f1b32f933ef1c8cc9c2f96f48bb6f33652.tar.gz
tangerine-wallet-browser-7291e3f1b32f933ef1c8cc9c2f96f48bb6f33652.tar.zst
tangerine-wallet-browser-7291e3f1b32f933ef1c8cc9c2f96f48bb6f33652.zip
Merge branch 'AddPersistentTransactionLog'
Diffstat (limited to 'ui')
-rw-r--r--ui/app/config.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/ui/app/config.js b/ui/app/config.js
index 33d87bcc2..878c9955f 100644
--- a/ui/app/config.js
+++ b/ui/app/config.js
@@ -47,7 +47,6 @@ ConfigScreen.prototype.render = function() {
currentProviderDisplay(metamaskState),
-
h('div', [
h('input', {
placeholder: 'New RPC URL',
@@ -95,7 +94,7 @@ ConfigScreen.prototype.render = function() {
}
function currentProviderDisplay(metamaskState) {
- var rpc = metamaskState.rpcTarget
+ var rpc = metamaskState.provider.rpcTarget
return h('div', [
h('h3', {style: { fontWeight: 'bold' }}, 'Currently using RPC'),
h('p', rpc)