mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-05 06:11:09 +02:00
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:
commit
95faad23e2
1 changed files with 0 additions and 1 deletions
|
@ -536,7 +536,6 @@ bool Wallet::walletIsAuthenticatedWithPassphrase() {
|
||||||
|
|
||||||
// be sure to add the public key so we don't do this over and over
|
// be sure to add the public key so we don't do this over and over
|
||||||
_publicKeys.push_back(publicKey.toBase64());
|
_publicKeys.push_back(publicKey.toBase64());
|
||||||
DependencyManager::get<WalletScriptingInterface>()->setWalletStatus((uint)WalletStatus::WALLET_STATUS_READY);
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue