From 06f887c1b9ab7dcc7416f8fc5ca999b8893ac392 Mon Sep 17 00:00:00 2001 From: RanchiMall Dev Date: Mon, 1 Sep 2025 02:00:22 +0000 Subject: [PATCH] Workflow updating files of flowallet --- flowallet/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flowallet/index.html b/flowallet/index.html index 75344c5..ac1b04e 100644 --- a/flowallet/index.html +++ b/flowallet/index.html @@ -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) {