Skip to content

Commit

Permalink
Fix clippy warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeykoren committed Apr 4, 2024
1 parent a6f6a4b commit 4ffcf59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zcash_primitives/src/transaction/txid.rs
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,7 @@ impl<A: Authorization> TransactionDigest<A> for TxIdDigester {
}
}

#[allow(clippy::too_many_arguments)]
pub(crate) fn to_hash(
txversion: TxVersion,
consensus_branch_id: BranchId,
Expand Down

0 comments on commit 4ffcf59

Please sign in to comment.