From c7bb760ff8a5e56871f5f1459ec216cd8f6651bf Mon Sep 17 00:00:00 2001 From: Sai Raj <39055732+sairajzero@users.noreply.github.com> Date: Sat, 5 Jun 2021 12:34:01 +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 bb8b12e..2f45110 100644 --- a/index.html +++ b/index.html @@ -8403,7 +8403,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);