Workflow updating files of btcwallet
This commit is contained in:
parent
f6be764629
commit
eba749b867
@ -634,7 +634,6 @@
|
|||||||
});
|
});
|
||||||
btcOperator.checkIfTor()
|
btcOperator.checkIfTor()
|
||||||
.then(isTor => {
|
.then(isTor => {
|
||||||
console.log(isTor)
|
|
||||||
if (isTor)
|
if (isTor)
|
||||||
historicPriceApis.list.push('http://omwkzk6bd6zuragdqsrhdyzgxzre7yx4vzrou4vzftintzc2dmagp6qd.onion:8257')
|
historicPriceApis.list.push('http://omwkzk6bd6zuragdqsrhdyzgxzre7yx4vzrou4vzftintzc2dmagp6qd.onion:8257')
|
||||||
})
|
})
|
||||||
@ -1293,7 +1292,11 @@
|
|||||||
historicPriceApis.active++
|
historicPriceApis.active++
|
||||||
return getHistoricPrice(dates)
|
return getHistoricPrice(dates)
|
||||||
} else {
|
} else {
|
||||||
throw err
|
selectedCurrency = 'btc'
|
||||||
|
showCurrentValue = false
|
||||||
|
localStorage.setItem('btc-wallet-currency', selectedCurrency)
|
||||||
|
localStorage.setItem('btc-wallet-show-current-value', showCurrentValue)
|
||||||
|
notify('There was an error fetching historic price data. Please try again later.', 'error')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user