Skip to content

Commit

Permalink
chore: clippy too-many-args lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-da committed Jan 2, 2025
1 parent 34d0f57 commit bd7accf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mine_loop.rs
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ impl GuessNonceResult {
/// found is true if a valid block is found
/// cancelled is true if the task is terminated.
#[inline]
#[allow(clippy::too_many_arguments)]
fn guess_nonce_iteration(
block_body_mast_hash_digest: Digest,
appendix_digest: Digest,
Expand Down

0 comments on commit bd7accf

Please sign in to comment.