Skip to content

Commit 87c12e5

Browse files
committed
Fix typo in getsaplingnotescount help text
1 parent dc7eb08 commit 87c12e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wallet/rpcwallet.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4050,7 +4050,7 @@ UniValue getsaplingnotescount(const JSONRPCRequest& request)
40504050
{
40514051
if (request.fHelp || request.params.size() > 1)
40524052
throw std::runtime_error(
4053-
"getsaplingnodescount ( minconf )\n"
4053+
"getsaplingnotescount ( minconf )\n"
40544054
"Returns the number of sapling notes available in the wallet.\n"
40554055
"\nArguments:\n"
40564056
"1. minconf (numeric, optional, default=1) Only include notes in transactions confirmed at least this many times.\n"

0 commit comments

Comments
 (0)