Skip to content

Commit

Permalink
docs(cli): update remaining cli docs
Browse files Browse the repository at this point in the history
  • Loading branch information
thephez committed Mar 6, 2024
1 parent b170a56 commit dee3cfa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 21 deletions.
17 changes: 6 additions & 11 deletions docs/dashcore/wallet-arguments-and-commands-dash-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ dash-cli [options] help <command>
Specify data directory
-generate
Generate blocks immediately, equivalent to RPC generatenewaddress
followed by RPC generatetoaddress. Optional positional integer
arguments are number of blocks to generate (default: 1) and
maximum iterations to try (default: 1000000), equivalent to RPC
generatetoaddress nblocks and maxtries arguments. Example:
dash-cli -generate 4 1000
Generate blocks immediately, equivalent to RPC getnewaddress followed by
RPC generatetoaddress. Optional positional integer arguments are
number of blocks to generate (default: 1) and maximum iterations
to try (default: 1000000), equivalent to RPC generatetoaddress
nblocks and maxtries arguments. Example: dash-cli -generate 4
1000
-getinfo
Get general information from the remote server. Note that unlike
Expand Down Expand Up @@ -156,11 +156,6 @@ dash-cli [options] help <command>
Override the default LLMQ size for the LLMQ_DEVNET quorum (default: 3:2,
devnet-only)
-llmqinstantsend=<quorum name>
Override the default LLMQ type used for InstantSend. Allows using
InstantSend with smaller LLMQs. (default: llmq_devnet,
devnet-only)
-llmqinstantsenddip0024=<quorum name>
Override the default LLMQ type used for InstantSendDIP0024. (default:
llmq_devnet_dip0024, devnet-only)
Expand Down
5 changes: 0 additions & 5 deletions docs/dashcore/wallet-arguments-and-commands-dash-tx.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,6 @@ Usage:
Override the default LLMQ size for the LLMQ_DEVNET quorum (default: 3:2,
devnet-only)
-llmqinstantsend=<quorum name>
Override the default LLMQ type used for InstantSend. Allows using
InstantSend with smaller LLMQs. (default: llmq_devnet,
devnet-only)
-llmqinstantsenddip0024=<quorum name>
Override the default LLMQ type used for InstantSendDIP0024. (default:
llmq_devnet_dip0024, devnet-only)
Expand Down
5 changes: 0 additions & 5 deletions docs/dashcore/wallet-arguments-and-commands-dash-wallet.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,6 @@ Usage:
Override the default LLMQ size for the LLMQ_DEVNET quorum (default: 3:2,
devnet-only)
-llmqinstantsend=<quorum name>
Override the default LLMQ type used for InstantSend. Allows using
InstantSend with smaller LLMQs. (default: llmq_devnet,
devnet-only)
-llmqinstantsenddip0024=<quorum name>
Override the default LLMQ type used for InstantSendDIP0024. (default:
llmq_devnet_dip0024, devnet-only)
Expand Down

0 comments on commit dee3cfa

Please sign in to comment.