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:
parent
d26ce807fb
commit
0481335dda
@ -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()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user