ghost-node/utils/staking-miner/src/commands/mod.rs
Uncle Stretch ce26787a11
rustfmt staking-miner and fix typos
Signed-off-by: Uncle Stretch <uncle.stretch@ghostchain.io>
2025-07-29 14:38:49 +03:00

8 lines
235 B
Rust

pub mod dry_run;
pub mod emergency_solution;
pub mod monitor;
pub use dry_run::{dry_run_cmd, DryRunConfig};
pub use emergency_solution::{emergency_solution_cmd, EmergencySolutionConfig};
pub use monitor::{monitor_cmd, MonitorConfig};