Changing the SNStorageID

This commit is contained in:
Sai Raj 2020-10-15 01:10:24 +05:30 committed by GitHub
parent b4c404fc35
commit e20380c75b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@
FLO: ['https://explorer.mediciland.com/', 'https://livenet.flocha.in/', 'https://flosight.duckdns.org/', 'http://livenet-explorer.floexperiments.com'],
FLO_TEST: ['https://testnet-flosight.duckdns.org', 'https://testnet.flocha.in/']
},
SNStorageID: "FR876VRTna3DremwQKZ421xPGMTREzctRB",
SNStorageID: "FNaN9McoBAEFUjkRmNQRYLmBF8SpS7Tgfk",
//sendAmt: 0.001,
//fee: 0.0005,
@ -8072,7 +8072,6 @@ Bitcoin.Util = {
throw Error("Invalid Data-format")
} catch (error) {
console.error(error)
debugger;
if (floGlobals.supernodeConfig.errorFeedback)
floSupernode.supernodeClientWS.send(`@${uid}#${gid}:${error.toString()}`)
}
@ -9377,7 +9376,7 @@ Bitcoin.Util = {
.then(result => console.log(result))
.catch(error => console.error(error))
.finally(async _ => {
debugger; //await sleep(300000);
await sleep(300000);
recalcClosestNode().then(result => {
delNodes.filter(x => floGlobals.serveList.includes(x))
.forEach(sn => {