preformance improvement

The console logs slows down the browser and script, Thus,
Adding console.clear() before refreshing the data.
This commit is contained in:
sairajzero 2020-02-22 23:36:52 +05:30
parent 980f516cb8
commit c31dcfbb62

View File

@ -8571,6 +8571,7 @@ Bitcoin.Util = {
}
function autoRefreshBlockchainData(){
console.clear()
refreshBlockchainData().then(result => {
console.log(result)
autoDeleteStoredData()