Update index.html

This commit is contained in:
tripathyr 2025-09-01 07:29:36 +05:30 committed by GitHub
parent 637c14952f
commit 31b0e5c81a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2840,7 +2840,7 @@
function hasUnconfirmedTransactions(address) {
return new Promise((resolve, reject) => {
fetchJson(`https://blockbook.flocard.app/api/v2/address/${address}?details=basic`)
fetchJson(`https://blockbook.ranchimall.net/api/v2/address/${address}?details=basic`)
.then(details => {
resolve(details.unconfirmedTxs > 0)
if (details.unconfirmedTxs > 0) {