1
0
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:
kumavis 2016-02-15 14:43:39 -08:00
parent 15a88c71aa
commit 5fbaed23c6

View File

@ -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