1
0
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:
Dan 2017-10-04 19:47:50 -02:30 committed by Chi Kei Chan
parent bd99bc2e88
commit 583342bd56

View File

@ -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 () {
log.debug(`background.useEtherscanProvider`)
background.useEtherscanProvider()