Skip to content

Commit

Permalink
Merge pull request #2654 from PrestackI/patch-1
Browse files Browse the repository at this point in the history
rpc: Formatting - typo correction rpc help for listresearcheraccounts
  • Loading branch information
jamescowens authored Mar 14, 2023
2 parents 1ad334b + d61ad9a commit 9a8fab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rpc/mining.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ UniValue listresearcheraccounts(const UniValue& params, bool fHelp)
{
if (fHelp || params.size() != 0)
throw runtime_error(
"listresearcheraccrounts\n"
"listresearcheraccounts\n"
"\n"
"List researcher accounts in the accrual system and their current accruals.\n");

Expand Down

0 comments on commit 9a8fab9

Please sign in to comment.