Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
levonpetrosyan93 committed Oct 28, 2023
1 parent 99dcc97 commit 4cb091b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rpc/misc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ UniValue verifyprivatetxown(const JSONRPCRequest& request)
{
if (request.fHelp || request.params.size() != 3)
throw std::runtime_error(
"verifyrivatetxown \"txid\" \"signature\" \"message\"\n"
"verifyprivatetxown \"txid\" \"signature\" \"message\"\n"
"\nVerify a lelantus tx ownership\n"
"\nArguments:\n"
"1. \"txid\" (string, required) Txid, in which we spend lelantus coins.\n"
Expand Down

0 comments on commit 4cb091b

Please sign in to comment.