mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Removes old/second setProviderType method from before merge (commit bd99bc2e
)
This commit is contained in:
parent
bd99bc2e88
commit
583342bd56
@ -902,15 +902,6 @@ function addToAddressBook (recipient, nickname) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function setProviderType (type) {
|
|
||||||
log.debug(`background.setProviderType`)
|
|
||||||
background.setProviderType(type)
|
|
||||||
return {
|
|
||||||
type: actions.SET_PROVIDER_TYPE,
|
|
||||||
value: type,
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
function useEtherscanProvider () {
|
function useEtherscanProvider () {
|
||||||
log.debug(`background.useEtherscanProvider`)
|
log.debug(`background.useEtherscanProvider`)
|
||||||
background.useEtherscanProvider()
|
background.useEtherscanProvider()
|
||||||
|
Loading…
Reference in New Issue
Block a user