4
1
mirror of https://github.com/Qortal/qortal-ui.git synced 2025-02-12 10:15:50 +00:00

add condition

This commit is contained in:
Phillip Lang Martinez 2022-12-24 21:01:42 -05:00
parent 9b46a13d9a
commit 664e8d4f8c

View File

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