Skip to content

Commit

Permalink
Fix typo in getsaplingnotescount help text
Browse files Browse the repository at this point in the history
Github-Pull: #2088
Rebased-From: 87c12e5
  • Loading branch information
Fuzzbawls committed Dec 21, 2020
1 parent 87c4d21 commit bbbc7c9
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 bbbc7c9

Please sign in to comment.