Browse Source

add condition

pull/127/head
Phillip Lang Martinez 2 years ago
parent
commit
664e8d4f8c
  1. 2
      qortal-ui-core/src/components/app-info.js

2
qortal-ui-core/src/components/app-info.js

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

Loading…
Cancel
Save