We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7920df2 commit c2bc104Copy full SHA for c2bc104
src/wallet/wallet.cpp
@@ -748,7 +748,7 @@ bool CWallet::EncryptWallet(const SecureString& strWalletPassphrase)
748
Unlock(strWalletPassphrase);
749
// if we are using HD, replace the HD seed with a new one
750
if (m_spk_man->IsHDEnabled()) {
751
- if (!m_spk_man->SetupGeneration(true)) {
+ if (!m_spk_man->SetupGeneration(false, true)) {
752
return false;
753
}
754
0 commit comments