1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Improved rpc-engine usage

This commit is contained in:
Dan Finlay 2018-06-18 15:50:27 -07:00
parent d26ce807fb
commit 0481335dda

View File

@ -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()
}