Skip to content

Commit c6de7c3

Browse files
Philip Kaufmannlaanwj
authored andcommitted
trivial string change in wallet.cpp (the -> that)
1 parent 1e3473d commit c6de7c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wallet/wallet.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2038,7 +2038,7 @@ DBErrors CWallet::LoadWallet(bool& fFirstRunRet)
20382038
setKeyPool.clear();
20392039
// Note: can't top-up keypool here, because wallet is locked.
20402040
// User will be prompted to unlock wallet the next operation
2041-
// the requires a new key.
2041+
// that requires a new key.
20422042
}
20432043
}
20442044

0 commit comments

Comments
 (0)