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