mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-07-24 18:51:23 +00:00
add condition
This commit is contained in:
@@ -159,7 +159,7 @@ class AppInfo extends connect(store)(LitElement) {
|
|||||||
error: 'error'
|
error: 'error'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if(data === 'false'){
|
if(data === 'false' && this.nodeInfo.isSynchronizing !== true){
|
||||||
let _reference = new Uint8Array(64);
|
let _reference = new Uint8Array(64);
|
||||||
window.crypto.getRandomValues(_reference);
|
window.crypto.getRandomValues(_reference);
|
||||||
let reference = window.parent.Base58.encode(_reference);
|
let reference = window.parent.Base58.encode(_reference);
|
||||||
|
Reference in New Issue
Block a user