Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(cli): remove leftover subcommands from help message #2235

Merged
merged 1 commit into from
Oct 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions mm2src/mm2_main/src/mm2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ Some (but not all) of the JSON configuration parameters (* - required):
{"coins": [{"name": "dash", "coin": "DASH", ...}, ...], ...}.
coins .. Information about the currencies: their ticker symbols, names, ports, addresses, etc.
If the field isn't present on the command line then we try loading it from the 'coins' file.
crash .. Simulate a crash to check how the crash handling works.
dbdir .. MM database path. 'DB' by default.
gui .. The information about GUI app using KDF instance. Included in swap statuses shared with network.
.. It's recommended to put essential info to this field (application name, OS, version, etc).
Expand All @@ -213,7 +212,6 @@ Some (but not all) of the JSON configuration parameters (* - required):
netid .. Subnetwork. Affects ports and keys.
passphrase * .. Wallet seed.
Compressed WIFs and hexadecimal ECDSA keys (prefixed with 0x) are also accepted.
panic .. Simulate a panic to see if backtrace works.
rpccors .. Access-Control-Allow-Origin header value to be used in all the RPC responses.
Default is currently 'http://localhost:3000'
rpcip .. IP address to bind to for RPC server. Overrides the 127.0.0.1 default
Expand All @@ -226,7 +224,6 @@ Some (but not all) of the JSON configuration parameters (* - required):
Defaults to `false`.
seednodes .. Seednode IPs that node will use.
At least one seed IP must be present if the node is not a seed itself.
stderr .. Print a message to stderr and exit.
wif .. `1` to add WIFs to the information we provide about a coin.
Environment variables:
Expand Down
Loading