Skip to content

Commit

Permalink
Merge pull request PaycoinFoundation#470 from IngCr3at1on/fix-micropr…
Browse files Browse the repository at this point in the history
…ime-help-entry

Fix microprime help entry (requires an address argument)
  • Loading branch information
scroogemcdev committed Feb 16, 2016
2 parents 242319d + f7f87dd commit 482f8e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rpcwallet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1795,7 +1795,7 @@ Value listmicroprimedata(const Array& params, bool fHelp)
{
if (fHelp || params.size() != 1)
throw runtime_error(
"listmicroprimedata\n"
"listmicroprimedata <address>\n"
"List the data regarding a given microprime address (only lists\n"
"valid addresses found in wallet).");

Expand Down

0 comments on commit 482f8e1

Please sign in to comment.