From c6de7c35bcfb71deca56620415c0c342f6b7d499 Mon Sep 17 00:00:00 2001 From: Philip Kaufmann Date: Wed, 8 Apr 2015 14:24:46 +0200 Subject: [PATCH] trivial string change in wallet.cpp (the -> that) --- src/wallet/wallet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wallet/wallet.cpp b/src/wallet/wallet.cpp index 2566b2712..0d4046939 100644 --- a/src/wallet/wallet.cpp +++ b/src/wallet/wallet.cpp @@ -2038,7 +2038,7 @@ DBErrors CWallet::LoadWallet(bool& fFirstRunRet) setKeyPool.clear(); // Note: can't top-up keypool here, because wallet is locked. // User will be prompted to unlock wallet the next operation - // the requires a new key. + // that requires a new key. } }