bug fix: no floSight working when available
This commit is contained in:
parent
b636375f4e
commit
6d113e1f4e
@ -8268,7 +8268,7 @@
|
|||||||
|
|
||||||
util: {
|
util: {
|
||||||
serverList: floGlobals.apiURL[floGlobals.blockchain].slice(0),
|
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) {
|
fetch_retry: function (apicall) {
|
||||||
return new Promise((resolve, reject) => {
|
return new Promise((resolve, reject) => {
|
||||||
this.serverList.splice(this.curPos, 1);
|
this.serverList.splice(this.curPos, 1);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user