From 8a398740856bec15c92d67fcd89af2361d0772d4 Mon Sep 17 00:00:00 2001 From: CryptoManiac Date: Sun, 13 Mar 2016 20:42:30 +0300 Subject: [PATCH] RPC: decryptmessage documentation fix --- src/rpccrypt.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/rpccrypt.cpp b/src/rpccrypt.cpp index d892324..69e14c0 100644 --- a/src/rpccrypt.cpp +++ b/src/rpccrypt.cpp @@ -68,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(); -- 1.7.1