From 0c29920111c140b278685edabff613c423b3d105 Mon Sep 17 00:00:00 2001 From: Patrick Collins Date: Mon, 27 Nov 2017 21:51:27 -0800 Subject: [PATCH] Fix typo in obfuscation rpc command Github-Merge: #417 Rebased-From: e28632f --- src/rpcmasternode.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rpcmasternode.cpp b/src/rpcmasternode.cpp index 0c10b507ec789..7c7f1d0c8f51d 100644 --- a/src/rpcmasternode.cpp +++ b/src/rpcmasternode.cpp @@ -54,7 +54,7 @@ void SendMoney(const CTxDestination& address, CAmount nValue, CWalletTx& wtxNew, Value obfuscation(const Array& params, bool fHelp) { throw runtime_error("Obfuscation is not supported any more. Use Zerocoin\n"); - + if (fHelp || params.size() == 0) throw runtime_error( "obfuscation \n"