mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 10:01:17 +00:00
remove the --disable-authority-discovery flag & related (#1870)
This commit is contained in:
committed by
GitHub
parent
e2e57cb8f6
commit
62daee2286
@@ -80,23 +80,6 @@ pub struct RunCmd {
|
||||
#[structopt(long = "force-rococo")]
|
||||
pub force_rococo: bool,
|
||||
|
||||
/// Disable the authority discovery module on validator or sentry nodes.
|
||||
///
|
||||
/// Enabled by default on validator and sentry nodes. Always disabled on non
|
||||
/// validator or sentry nodes.
|
||||
///
|
||||
/// When enabled:
|
||||
///
|
||||
/// (1) As a validator node: Make oneself discoverable by publishing either
|
||||
/// ones own network addresses, or the ones of ones sentry nodes
|
||||
/// (configured via the `sentry-nodes` flag).
|
||||
///
|
||||
/// (2) As a validator or sentry node: Discover addresses of validators or
|
||||
/// addresses of their sentry nodes and maintain a permanent connection
|
||||
/// to a subset.
|
||||
#[structopt(long = "disable-authority-discovery")]
|
||||
pub authority_discovery_disabled: bool,
|
||||
|
||||
/// Setup a GRANDPA scheduled voting pause.
|
||||
///
|
||||
/// This parameter takes two values, namely a block number and a delay (in
|
||||
|
||||
Reference in New Issue
Block a user