aboutsummaryrefslogtreecommitdiff
path: root/src/bitcoinrpc.cpp
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2012-10-09 23:16:24 +0000
committerLuke Dashjr <luke-jr+git@utopios.org>2012-10-09 23:16:24 +0000
commitcef36fad891fba0fd8f5aec73bb17135b7fb133a (patch)
tree43eeae2dd9003ae894603bbb315ee2c3e40b9097 /src/bitcoinrpc.cpp
parenta7642282f6465f2d9e2091ec6279fa1db1241cf3 (diff)
parentb3f8f6ab9409d3e901d22c09b0346a5a47779496 (diff)
downloadbitcoin-cef36fad891fba0fd8f5aec73bb17135b7fb133a.tar.xz
Merge branch '0.4.x' into 0.5.x
Conflicts: src/bitcoinrpc.cpp src/init.cpp
Diffstat (limited to 'src/bitcoinrpc.cpp')
-rw-r--r--src/bitcoinrpc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bitcoinrpc.cpp b/src/bitcoinrpc.cpp
index 9c9ff255d7..7cee356179 100644
--- a/src/bitcoinrpc.cpp
+++ b/src/bitcoinrpc.cpp
@@ -1589,7 +1589,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.";
}