mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 04:41:03 +00:00
companion for 14754: cli: move no-beefy flag to sc-cli (#2996)
* companion 14754: no-beefy flag moved to sc-cli Signed-off-by: Adrian Catangiu <adrian@parity.io> * bump substrate ref Signed-off-by: Adrian Catangiu <adrian@parity.io> * bump polkadot ref --------- Signed-off-by: Adrian Catangiu <adrian@parity.io>
This commit is contained in:
@@ -1064,6 +1064,10 @@ impl CliConfiguration<Self> for RelayChainCli {
|
||||
self.base.base.disable_grandpa()
|
||||
}
|
||||
|
||||
fn disable_beefy(&self) -> Result<bool> {
|
||||
self.base.base.disable_beefy()
|
||||
}
|
||||
|
||||
fn max_runtime_instances(&self) -> Result<Option<usize>> {
|
||||
self.base.base.max_runtime_instances()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user