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'
}
}
if(data === 'false'){
if(data === 'false' && this.nodeInfo.isSynchronizing !== true){
let _reference = new Uint8Array(64);
window.crypto.getRandomValues(_reference);
let reference = window.parent.Base58.encode(_reference);