We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
getsaplingnotescount
1 parent dc7eb08 commit 87c12e5Copy full SHA for 87c12e5
src/wallet/rpcwallet.cpp
@@ -4050,7 +4050,7 @@ UniValue getsaplingnotescount(const JSONRPCRequest& request)
4050
{
4051
if (request.fHelp || request.params.size() > 1)
4052
throw std::runtime_error(
4053
- "getsaplingnodescount ( minconf )\n"
+ "getsaplingnotescount ( minconf )\n"
4054
"Returns the number of sapling notes available in the wallet.\n"
4055
"\nArguments:\n"
4056
"1. minconf (numeric, optional, default=1) Only include notes in transactions confirmed at least this many times.\n"
0 commit comments