Merge pull request #13329 from zfox23/MS15664_15663_fixWalletAuthStep

Fix MS15663/15664: Don't set Wallet Status to 'ready' too early
This commit is contained in:
Zach Fox 2018-06-08 14:20:21 -07:00 committed by GitHub
commit 95faad23e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -536,7 +536,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;
}
}