mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 20:21:06 +00:00
fix compile with new compiler - dead code (#4530)
* make compiler happy * node side compile warning quiet * ffs * malus: remove unused keystore
This commit is contained in:
committed by
GitHub
parent
edab23936c
commit
1d7efef4cd
@@ -319,10 +319,12 @@ struct MonitorConfig {
|
||||
#[derive(Debug, Clone, StructOpt)]
|
||||
struct EmergencySolutionConfig {
|
||||
/// The block hash at which scraping happens. If none is provided, the latest head is used.
|
||||
#[allow(dead_code)]
|
||||
#[structopt(long)]
|
||||
at: Option<Hash>,
|
||||
|
||||
/// The solver algorithm to use.
|
||||
#[allow(dead_code)]
|
||||
#[structopt(subcommand)]
|
||||
solver: Solvers,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user