mirror of
https://git.ghostchain.io/proxmio/ghost-node.git
synced 2025-12-27 11:19:57 +00:00
rustfmt staking-miner and fix typos
Signed-off-by: Uncle Stretch <uncle.stretch@ghostchain.io>
This commit is contained in:
7
utils/staking-miner/src/commands/mod.rs
Normal file
7
utils/staking-miner/src/commands/mod.rs
Normal file
@@ -0,0 +1,7 @@
|
||||
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};
|
||||
Reference in New Issue
Block a user