fixed discover nearest supernode issue
This commit is contained in:
parent
a7c145c613
commit
e9b4a2dc28
@ -36352,7 +36352,7 @@
|
|||||||
#!#supernodesPubKeys=02B2D2F40EC5BC9D336BAF14017D629B3A96892D5E86095923A50A734E2364FB34,
|
#!#supernodesPubKeys=02B2D2F40EC5BC9D336BAF14017D629B3A96892D5E86095923A50A734E2364FB34,
|
||||||
#!#externalFiles={"d3js":"58f54395efa8346e8e94d12609770f66b916897e7f4e05f6c98780cffa5c70a3"},
|
#!#externalFiles={"d3js":"58f54395efa8346e8e94d12609770f66b916897e7f4e05f6c98780cffa5c70a3"},
|
||||||
#!#ShamirsMaxShares=8#!#supernodeSeeds={"ranchimall1":{"ip":"ranchimall1.duckdns.org","port":"9002","kbucketId":"oJeYebjgWV4Hszj5oP7sfXcj1U98P5M6q4"},
|
#!#ShamirsMaxShares=8#!#supernodeSeeds={"ranchimall1":{"ip":"ranchimall1.duckdns.org","port":"9002","kbucketId":"oJeYebjgWV4Hszj5oP7sfXcj1U98P5M6q4"},
|
||||||
"ranchimall":{"ip":"ranchimall.duckdns.org","port":"9000","kbucketId":"oSZjGE5Jya3QhtPtswzrUciSUR5YLE934Z"}}`;
|
"ranchimall2":{"ip":"ranchimall1.duckdns.org","port":"9003","kbucketId":"oH47fmrVEbSDcoXJG28BQZ4kzUpD9VTM6U"}}`;
|
||||||
|
|
||||||
let floAssetsArray = RMAssets.split('#!#');
|
let floAssetsArray = RMAssets.split('#!#');
|
||||||
|
|
||||||
@ -40826,10 +40826,8 @@
|
|||||||
});
|
});
|
||||||
doSend(update_external_file);
|
doSend(update_external_file);
|
||||||
let file_to_be_updated = (filename == null ? 'each' : filename);
|
let file_to_be_updated = (filename == null ? 'each' : filename);
|
||||||
console.log(
|
showMessage(`Updating ${file_to_be_updated} file. Please do not
|
||||||
`Updating ${file_to_be_updated} file. Please do not
|
perform any operation until next confirmation.`);
|
||||||
perform any operation until next confirmation.`
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const privateKeyBuilder = () => {
|
const privateKeyBuilder = () => {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user