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"