We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e3473d commit c6de7c3Copy full SHA for c6de7c3
src/wallet/wallet.cpp
@@ -2038,7 +2038,7 @@ DBErrors CWallet::LoadWallet(bool& fFirstRunRet)
2038
setKeyPool.clear();
2039
// Note: can't top-up keypool here, because wallet is locked.
2040
// User will be prompted to unlock wallet the next operation
2041
- // the requires a new key.
+ // that requires a new key.
2042
}
2043
2044
0 commit comments