fixed approx. fee showing 0
This commit is contained in:
parent
917a797a0c
commit
42ec55e68e
@ -708,6 +708,9 @@
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
showPage(window.location.hash)
|
showPage(window.location.hash)
|
||||||
|
getExchangeRate().catch(e => {
|
||||||
|
console.error(e)
|
||||||
|
})
|
||||||
selectedCurrency = localStorage.getItem('btc-wallet-currency') || 'btc'
|
selectedCurrency = localStorage.getItem('btc-wallet-currency') || 'btc'
|
||||||
getRef('currency_selector').value = selectedCurrency
|
getRef('currency_selector').value = selectedCurrency
|
||||||
getRef('add_sender').click();
|
getRef('add_sender').click();
|
||||||
@ -791,11 +794,6 @@
|
|||||||
render.queryResult(params.query)
|
render.queryResult(params.query)
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case 'send':
|
|
||||||
getExchangeRate().catch(e => {
|
|
||||||
console.error(e)
|
|
||||||
})
|
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
const animOptions = {
|
const animOptions = {
|
||||||
duration: 100,
|
duration: 100,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user