mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 01:39:44 +01:00
internal rpc - add isMetamaskInternal flag
This commit is contained in:
parent
15a88c71aa
commit
5fbaed23c6
@ -35,7 +35,7 @@ function populateAccountsCache(){
|
||||
remoteProvider.sendAsync(createPayload({
|
||||
method: 'eth_accounts',
|
||||
params: [],
|
||||
note: 'from metamask inpage provider',
|
||||
isMetamaskInternal: true,
|
||||
}), function(err, response){
|
||||
if (err) return console.error('MetaMask - Error polling accounts')
|
||||
// update localStorage
|
||||
|
Loading…
Reference in New Issue
Block a user