Skip to content

Commit

Permalink
Fix typo in getsaplingnotescount help text
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuzzbawls committed Dec 20, 2020
1 parent dc7eb08 commit 87c12e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wallet/rpcwallet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4050,7 +4050,7 @@ UniValue getsaplingnotescount(const JSONRPCRequest& request)
{
if (request.fHelp || request.params.size() > 1)
throw std::runtime_error(
"getsaplingnodescount ( minconf )\n"
"getsaplingnotescount ( minconf )\n"
"Returns the number of sapling notes available in the wallet.\n"
"\nArguments:\n"
"1. minconf (numeric, optional, default=1) Only include notes in transactions confirmed at least this many times.\n"
Expand Down

0 comments on commit 87c12e5

Please sign in to comment.