Fix MS15663/15664: Don't set Wallet Status to 'ready' too early

This commit is contained in:
Zach Fox 2018-06-07 14:01:52 -07:00
parent 389bddb0f4
commit 7d8e02e714

View file

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