mirror of
https://github.com/lubosz/overte.git
synced 2025-04-09 20:24:03 +02:00
Fix MS15663/15664: Don't set Wallet Status to 'ready' too early
This commit is contained in:
parent
389bddb0f4
commit
7d8e02e714
1 changed files with 0 additions and 1 deletions
|
@ -531,7 +531,6 @@ bool Wallet::walletIsAuthenticatedWithPassphrase() {
|
|||
|
||||
// be sure to add the public key so we don't do this over and over
|
||||
_publicKeys.push_back(publicKey.toBase64());
|
||||
DependencyManager::get<WalletScriptingInterface>()->setWalletStatus((uint)WalletStatus::WALLET_STATUS_READY);
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue