Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Update misc.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
CryptAxe authored Apr 1, 2024
1 parent 02ebc6f commit 9f996a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/rpc/misc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -725,8 +725,8 @@ UniValue listsidechaindeposits(const JSONRPCRequest& request)
"3. \"n\" (numeric, optional, required if txid is set) The output index of the previous argument txn\n"
"4. \"count\" (numeric, optional) The number of most recent deposits to list\n"
"\nExamples:\n"
+ HelpExampleCli("listsidechaindeposits", "\"sidechainkey\", \"count\"")
+ HelpExampleRpc("listsidechaindeposits", "\"sidechainkey\", \"count\"")
+ HelpExampleCli("listsidechaindeposits", "sidechainkey", "count")
+ HelpExampleRpc("listsidechaindeposits", "sidechainkey", "count")
);

#ifdef ENABLE_WALLET
Expand Down Expand Up @@ -856,8 +856,8 @@ UniValue listsidechaindepositsbyblock(const JSONRPCRequest& request)
"2. \"end_blockhash\" (string, optional) Only return deposits in and before this block\n"
"3. \"start_blockhash\" (string, optional) Only return deposits in and after this block\n"
"\nExamples:\n"
+ HelpExampleCli("listsidechaindepositsbyblock", "\"nsidechain\", \"end_blockhash\"", \"start_blockhash\"")
+ HelpExampleCli("listsidechaindepositsbyblock", "\"nsidechain\", \"end_blockhash\"", \"start_blockhash\"")
+ HelpExampleCli("listsidechaindepositsbyblock", "nsidechain", "end_blockhash", "start_blockhash")
+ HelpExampleCli("listsidechaindepositsbyblock", "nsidechain", "end_blockhash", "start_blockhash")
);

#ifdef ENABLE_WALLET
Expand Down

0 comments on commit 9f996a9

Please sign in to comment.