Skip to content

Commit

Permalink
fix getstakesplitthreshold typo
Browse files Browse the repository at this point in the history
  • Loading branch information
presstab committed Nov 25, 2014
1 parent f168da1 commit d894b86
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 @@ -2114,7 +2114,7 @@ Value getstakesplitthreshold(const Array& params, bool fHelp)
{
if (fHelp || params.size() != 0)
throw runtime_error(
"setstakesplitthreshold\n"
"getstakesplitthreshold\n"
"Returns the set splitstakethreshold\n");

Object result;
Expand Down

0 comments on commit d894b86

Please sign in to comment.