diff options
| author | Luke Dashjr <[email protected]> | 2012-10-09 23:17:49 +0000 |
|---|---|---|
| committer | Luke Dashjr <[email protected]> | 2012-10-09 23:17:49 +0000 |
| commit | 32419357747f9c13c9d934d50f7974387419c0ce (patch) | |
| tree | 53785410b9b4329f1243c2927b175920366442ce /src/bitcoinrpc.cpp | |
| parent | Update gitignore and Makefiles for build.h move from src/ to src/obj (diff) | |
| parent | Merge branch '0.5.x' into 0.6.0.x (diff) | |
| download | discoin-32419357747f9c13c9d934d50f7974387419c0ce.tar.xz discoin-32419357747f9c13c9d934d50f7974387419c0ce.zip | |
Merge branch '0.6.0.x' into 0.6.x
Diffstat (limited to 'src/bitcoinrpc.cpp')
| -rw-r--r-- | src/bitcoinrpc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bitcoinrpc.cpp b/src/bitcoinrpc.cpp index 15d1a7450..af011f443 100644 --- a/src/bitcoinrpc.cpp +++ b/src/bitcoinrpc.cpp @@ -1708,7 +1708,7 @@ Value encryptwallet(const Array& params, bool fHelp) // slack space in .dat files; that is bad if the old data is // unencrypted private keys. So: StartShutdown(); - return "wallet encrypted; bitcoin server stopping, restart to run with encrypted wallet"; + return "wallet encrypted; bitcoin server stopping, restart to run with encrypted wallet. The keypool has been flushed, you need to make a new backup."; } |