Skip to content

Commit

Permalink
Use - instead of _
Browse files Browse the repository at this point in the history
  • Loading branch information
cr-fuel committed Oct 4, 2023
1 parent 37b8a34 commit da99190
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion bin/keygen/src/keygen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ pub struct NewKey {
}

#[derive(Clone, Debug, Default, ValueEnum)]
#[clap(rename_all = "snake_case")]
pub enum KeyType {
#[default]
BlockProduction,
Expand Down
2 changes: 1 addition & 1 deletion bin/keygen/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! Keygen crate

pub const BLOCK_PRODUCTION: &str = "block_production";
pub const BLOCK_PRODUCTION: &str = "block-production";
pub const P2P: &str = "p2p";

pub mod keygen;

0 comments on commit da99190

Please sign in to comment.