bug fix: no floSight working when available

This commit is contained in:
sairajzero 2021-06-05 12:32:15 +05:30
parent b636375f4e
commit 6d113e1f4e

View File

@ -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);