aboutsummaryrefslogtreecommitdiff
path: root/src/bitcoinrpc.cpp
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2012-11-14 21:26:56 +0000
committerLuke Dashjr <luke-jr+git@utopios.org>2012-11-14 21:26:56 +0000
commitf1a9aad7893173b0351ad32e684dad6f31598210 (patch)
tree21373860cc7f22da72e28d97263813f53e450920 /src/bitcoinrpc.cpp
parent8b11b682f14f20cf2935c4a5abb4dbd3d508e46e (diff)
parent8045273a015cc72857ca168b0ad224b3acbbaf8a (diff)
downloadbitcoin-f1a9aad7893173b0351ad32e684dad6f31598210.tar.xz
Merge branch '0.6.0.x' into 0.6.x
Conflicts: src/init.cpp src/main.cpp src/serialize.h
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 afd249578b..d737657928 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. The keypool has been flushed, you need to make a new backup.";
+ return "wallet encrypted; bitcoin server stopping, restart to run with encrypted wallet. The keypool has been flushed, you need to make a new backup.";
}