diff --git a/app/components/version-info.tsx b/app/components/version-info.tsx index e49b9015f..287f6f97b 100644 --- a/app/components/version-info.tsx +++ b/app/components/version-info.tsx @@ -57,17 +57,12 @@ export const VersionInfo: FC = () => { Found a bug? Open an issue {pullRequest && branchName && ( - + {branchName} )} {shaShort && ( - + Commit:{' '} = ({ balance, address }) => { if (walletType === 'software') { setIsDecrypting(true); - await delay(100); + await delay(300); + const [decryptionError, privateKey] = await safeAwait(getSoftwareWalletPrivateKey()); if (decryptionError) {