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

update Whisper Options #11902

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions parity/cli/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -921,11 +921,11 @@ usage! {
["Whisper Options"]
FLAG flag_whisper: (bool) = false, or |c: &Config| c.whisper.as_ref()?.enabled,
"--whisper",
"Does nothing. Whisper has been moved to https://github.com/paritytech/whisper",
"Does nothing. Whisper has been moved to https://github.com/openethereum/whisper",

ARG arg_whisper_pool_size: (Option<usize>) = None, or |c: &Config| c.whisper.as_ref()?.pool_size.clone(),
"--whisper-pool-size=[MB]",
"Does nothing. Whisper has been moved to https://github.com/paritytech/whisper",
"Does nothing. Whisper has been moved to https://github.com/openethereum/whisper",

["Legacy Options"]
// Options that are hidden from config, but are still unique for its functionality.
Expand Down