mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-30 23:37:56 +00:00
This reverts commita7b6c91f80. The authority discovery module was initially enabled by default on validator and sentry nodes with commit59f5eb4. This change was later on reverted ina7b6c91. With this commit the authority discovery module is again enabled by default.
This commit is contained in:
@@ -83,7 +83,10 @@ pub struct RunCmd {
|
||||
#[structopt(long = "force-rococo")]
|
||||
pub force_rococo: bool,
|
||||
|
||||
/// Enable the authority discovery module on validator or sentry nodes.
|
||||
/// 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:
|
||||
///
|
||||
@@ -94,8 +97,8 @@ pub struct RunCmd {
|
||||
/// (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 = "enable-authority-discovery")]
|
||||
pub authority_discovery_enabled: bool,
|
||||
#[structopt(long = "disable-authority-discovery")]
|
||||
pub authority_discovery_disabled: bool,
|
||||
|
||||
/// Setup a GRANDPA scheduled voting pause.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user