From 6d113e1f4e5cd0ff204e9728cf5aa83438ebf925 Mon Sep 17 00:00:00 2001 From: sairajzero Date: Sat, 5 Jun 2021 12:32:15 +0530 Subject: [PATCH] bug fix: no floSight working when available --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 1117e26..f539e6f 100644 --- a/index.html +++ b/index.html @@ -8268,7 +8268,7 @@ 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);