mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
fix wording
This commit is contained in:
parent
d4849f67f9
commit
66a012550e
@ -6,7 +6,7 @@ function setupDappAutoReload (web3, observable) {
|
|||||||
get: (_web3, name) => {
|
get: (_web3, name) => {
|
||||||
// get the time of use
|
// get the time of use
|
||||||
if (name !== '_used') {
|
if (name !== '_used') {
|
||||||
console.warn('MetaMask: web3 will be deprecated in the future in favor of the ethereumProvider \nhttps://github.com/ethereum/mist/releases/tag/v0.9.0')
|
console.warn('MetaMask: web3 will be deprecated in the near future in favor of the ethereumProvider \nhttps://github.com/ethereum/mist/releases/tag/v0.9.0')
|
||||||
_web3._used = Date.now()
|
_web3._used = Date.now()
|
||||||
}
|
}
|
||||||
return _web3[name]
|
return _web3[name]
|
||||||
|
Loading…
Reference in New Issue
Block a user