Skip to content

Commit

Permalink
fix: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
ngutech21 committed Feb 19, 2024
1 parent 2d1c964 commit 4375d5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions moksha-mint/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ impl MintConfig {
}

impl MintConfig {
#[allow(clippy::too_many_arguments)]
pub const fn new(
private_key: String,
derivation_path: Option<String>,
Expand Down

0 comments on commit 4375d5b

Please sign in to comment.