X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Frpccrypt.cpp;h=69e14c09c106520fcaee3d05f3d7dcb990dc0e5b;hb=cecf7a56ed5a5efd939b21c760c69da616306005;hp=aaccb701ffa82a127a57369e6f28911f54780958;hpb=ac7598160fb4a54fcc2c759e3f6c8a461b331381;p=novacoin.git diff --git a/src/rpccrypt.cpp b/src/rpccrypt.cpp index aaccb70..69e14c0 100644 --- a/src/rpccrypt.cpp +++ b/src/rpccrypt.cpp @@ -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 \n" + "decryptmessage \n" "Decrypt message string.\n"); EnsureWalletIsUnlocked();