EXPERIMENTAL: custom peer collector
[novacoin.git] / src / rpccrypt.cpp
index aaccb70..69e14c0 100644 (file)
@@ -4,11 +4,8 @@
 // file COPYING or http://www.opensource.org/licenses/mit-license.php.
 
 #include "wallet.h"
-#include "walletdb.h"
 #include "bitcoinrpc.h"
 #include "init.h"
-#include "util.h"
-#include "ntp.h"
 #include "base58.h"
 
 using namespace json_spirit;
@@ -71,7 +68,7 @@ Value decryptmessage(const Array& params, bool fHelp)
 {
     if (fHelp || params.size() != 2)
         throw runtime_error(
-            "decryptdata <novacoin address> <encrypted message>\n"
+            "decryptmessage <novacoin address> <encrypted message>\n"
             "Decrypt message string.\n");
 
     EnsureWalletIsUnlocked();