mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 19:21:13 +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:
@@ -393,6 +393,10 @@ impl sc_cli::CliConfiguration for NormalizedRunCmd {
|
||||
self.base.disable_grandpa()
|
||||
}
|
||||
|
||||
fn disable_beefy(&self) -> sc_cli::Result<bool> {
|
||||
self.base.disable_beefy()
|
||||
}
|
||||
|
||||
fn rpc_max_connections(&self) -> sc_cli::Result<u32> {
|
||||
self.base.rpc_max_connections()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user