mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-25 07:05:44 +00:00
staking miner: use config for emergency solution (#4694)
This commit is contained in:
@@ -319,12 +319,10 @@ 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