diff --git a/qortal-ui-plugins/plugins/core/wallet/wallet-app.src.js b/qortal-ui-plugins/plugins/core/wallet/wallet-app.src.js index 5de5ac32..57402b1e 100644 --- a/qortal-ui-plugins/plugins/core/wallet/wallet-app.src.js +++ b/qortal-ui-plugins/plugins/core/wallet/wallet-app.src.js @@ -2780,7 +2780,7 @@ class MultiWallet extends LitElement { method: 'POST', body: `${window.parent.reduxStore.getState().app.selectedAddress[arrrWalletName].seed58}`, }) - if (res != null && res.error != 1201) { + if (res != null && res.error != 1201 && res.length === 78) { this.arrrWalletAddress = res } break