1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00

update method to metamask_watchToken

This commit is contained in:
Esteban MIno 2018-08-14 13:58:47 -03:00
parent c245405acb
commit 8f5b80a0fe

View File

@ -77,7 +77,7 @@ class PreferencesController {
* @param {Function} - end
*/
requestAddToken (req, res, next, end) {
if (req.method === 'eth_watchToken') {
if (req.method === 'metamask_watchToken') {
const [ rawAddress, symbol, decimals ] = req.params
this._validateSuggestedTokenParams({ rawAddress, symbol, decimals })
const tokenOpts = {