aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/lib/controllers/preferences.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/scripts/lib/controllers/preferences.js')
-rw-r--r--app/scripts/lib/controllers/preferences.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/scripts/lib/controllers/preferences.js b/app/scripts/lib/controllers/preferences.js
index 2d5a1addd..b28f31b4b 100644
--- a/app/scripts/lib/controllers/preferences.js
+++ b/app/scripts/lib/controllers/preferences.js
@@ -24,7 +24,7 @@ class PreferencesController {
return this.store.getState().selectedAddress
}
- addToFrequentRPCList (_url) {
+ addToFrequentRpcList (_url) {
return new Promise((resolve, reject) => {
let rpcList = this.getFrequentRPCList()
let index = rpcList.findIndex((element) => { element === _url })
@@ -40,7 +40,7 @@ class PreferencesController {
})
}
- getFrequentRPCList () {
+ getFrequentRpcList () {
return this.store.getState().frequentRPCList
}