Skip to content

Commit

Permalink
Fix typo in obfuscation rpc command
Browse files Browse the repository at this point in the history
Github-Merge: PIVX-Project#417
Rebased-From: e28632f
  • Loading branch information
patrick99e99 authored and meyer9 committed Feb 20, 2018
1 parent 2f35863 commit 0c29920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rpcmasternode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 <phoreaddress> <amount>\n"
Expand Down

0 comments on commit 0c29920

Please sign in to comment.