This commit is contained in:
sairaj mote 2021-05-11 02:13:15 +05:30
parent 383521c8ed
commit 8c8b0bcd0e

View File

@ -10519,8 +10519,6 @@ Bitcoin.Util = {
</script>
<script>
renderfundPlaceholder()
function onLoadStartUp() {
compactIDB.initDB(floGlobals.application, {
terms: {},
@ -10570,7 +10568,7 @@ Bitcoin.Util = {
getFundsFromBlockchain(floID)
.then(funds => {
renderFunds(term, funds)
// showPage('home_page')
showPage('home_page')
})
.catch(error => console.error(error))
}