Skip to content

Commit

Permalink
Fix microprime help entry (requires an address argument)
Browse files Browse the repository at this point in the history
  • Loading branch information
IngCr3at1on committed Feb 9, 2016
1 parent f7d58d5 commit f7f87dd
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 f7f87dd

Please sign in to comment.