Workflow updating files of flowallet
This commit is contained in:
parent
8682dd6b40
commit
0903baa786
@ -2768,7 +2768,7 @@
|
|||||||
|
|
||||||
function hasUnconfirmedTransactions(address) {
|
function hasUnconfirmedTransactions(address) {
|
||||||
return new Promise((resolve, reject) => {
|
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 => {
|
.then(details => {
|
||||||
resolve(details.unconfirmedTxs > 0)
|
resolve(details.unconfirmedTxs > 0)
|
||||||
if (details.unconfirmedTxs > 0) {
|
if (details.unconfirmedTxs > 0) {
|
||||||
@ -3278,4 +3278,4 @@
|
|||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user