aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/controllers
diff options
context:
space:
mode:
Diffstat (limited to 'app/scripts/controllers')
-rw-r--r--app/scripts/controllers/preferences.js6
1 files changed, 1 insertions, 5 deletions
diff --git a/app/scripts/controllers/preferences.js b/app/scripts/controllers/preferences.js
index e33501cd0..f1bd66889 100644
--- a/app/scripts/controllers/preferences.js
+++ b/app/scripts/controllers/preferences.js
@@ -83,11 +83,7 @@ class PreferencesController {
this.addSuggestedToken(tokenOpts)
this.showAddTokenUi()
- return end(null, {
- result: rawAddress,
- "jsonrpc": "2.0",
- id: req.id,
- })
+ return end(rawAddress)
} else {
return next()
}