Update index.html
This commit is contained in:
parent
2d64ece0c2
commit
f237b82a14
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user