Skip to content

Commit

Permalink
Merge #417: [RPC] Fix typo for obfuscation RPC command
Browse files Browse the repository at this point in the history
e28632f Fix typo (Patrick Collins)

Tree-SHA512: 4207d6c98c7b40cf5dd6f106828ef493920a5ab21c0e34c69b17f580d3718de2cf3e548cb144b890f525e0fe889e774c1ca7c323c99c217119c67760bf3715d3
  • Loading branch information
Fuzzbawls committed Nov 29, 2017
2 parents 732bfb0 + e28632f commit f97b409
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/rpcmasternode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ 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. User Zerocoin\n");
throw runtime_error("Obfuscation is not supported any more. Use Zerocoin\n");

if (fHelp || params.size() == 0)
throw runtime_error(
"obfuscation <pivxaddress> <amount>\n"
Expand Down

0 comments on commit f97b409

Please sign in to comment.