diff options
| author | Philip Kaufmann <[email protected]> | 2015-04-08 14:24:46 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2015-04-20 13:29:23 +0200 |
| commit | c6de7c35bcfb71deca56620415c0c342f6b7d499 (patch) | |
| tree | 1fceda4c3e22874df27471848264ec890837dfcb /src/wallet/wallet.cpp | |
| parent | Add operator names to DNS Seed list (diff) | |
| download | discoin-c6de7c35bcfb71deca56620415c0c342f6b7d499.tar.xz discoin-c6de7c35bcfb71deca56620415c0c342f6b7d499.zip | |
trivial string change in wallet.cpp (the -> that)
Diffstat (limited to 'src/wallet/wallet.cpp')
| -rw-r--r-- | src/wallet/wallet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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. } } |