We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aa93b9 commit 8edb74fCopy full SHA for 8edb74f
src/wallet/walletdb.cpp
@@ -260,7 +260,7 @@ bool CWalletDB::ErasePool(int64_t nPool)
260
261
bool CWalletDB::WriteMinVersion(int nVersion)
262
{
263
- return batch.Write(std::string(DBKeys::MINVERSION), nVersion);
+ return WriteIC(std::string(DBKeys::MINVERSION), nVersion);
264
}
265
266
bool CWalletDB::WriteHDChain(const CHDChain& chain)
0 commit comments