Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick99e99 committed Nov 28, 2017
1 parent 2fb5f17 commit e28632f
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 e28632f

Please sign in to comment.