Update index.html

This commit is contained in:
tripathyr 2025-07-28 13:58:59 +05:30 committed by GitHub
parent 2d64ece0c2
commit f237b82a14
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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