From 038634648620d97b9d498224cc41a083b4f437ea Mon Sep 17 00:00:00 2001 From: sairajzero Date: Sat, 5 Jun 2021 13:22:05 +0530 Subject: [PATCH] bug fix: flosight --- app/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/index.html b/app/index.html index 9f68d03..74b14fb 100644 --- a/app/index.html +++ b/app/index.html @@ -7395,7 +7395,7 @@ Bitcoin.Util = { util: { serverList: floGlobals.apiURL[floGlobals.blockchain].slice(0), - curPos: floCrypto.randInt(0, floGlobals.apiURL[floGlobals.blockchain].length), + curPos: floCrypto.randInt(0, floGlobals.apiURL[floGlobals.blockchain].length - 1), fetch_retry: function (apicall) { return new Promise((resolve, reject) => { this.serverList.splice(this.curPos, 1);