mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-01 06:37:56 +00:00
* Revert "companion for 14754: cli: move no-beefy flag to sc-cli (#7600)"
This reverts commit 26adab4f7c.
* update lockfile for {"substrate"}
* fix merge damage
---------
Co-authored-by: parity-processbot <>
This commit is contained in:
@@ -99,6 +99,11 @@ pub struct RunCmd {
|
||||
#[arg(long = "grandpa-pause", num_args = 2)]
|
||||
pub grandpa_pause: Vec<u32>,
|
||||
|
||||
/// Disable the BEEFY gadget
|
||||
/// (currently enabled by default on Rococo, Wococo and Versi).
|
||||
#[arg(long)]
|
||||
pub no_beefy: bool,
|
||||
|
||||
/// Add the destination address to the jaeger agent.
|
||||
///
|
||||
/// Must be valid socket address, of format `IP:Port`
|
||||
|
||||
Reference in New Issue
Block a user