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 bc2baa6 commit 7edda03
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions forc-plugins/forc-crypto/src/keygen/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ use clap::ValueEnum;
pub mod new_key;
pub mod parse_secret;

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

#[derive(Clone, Debug, Default, ValueEnum)]
#[clap(rename_all = "snake_case")]
pub enum KeyType {
#[default]
BlockProduction,
Expand Down

0 comments on commit 7edda03

Please sign in to comment.