Skip to content

Commit

Permalink
Fix clippy lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nuttycom committed Jan 27, 2024
1 parent af15ecf commit ec4d69c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zcash_keys/src/keys.rs
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ impl UnifiedSpendingKey {

#[cfg(feature = "orchard")]
let orchard =
orchard::keys::SpendingKey::from_zip32_seed(seed, params.coin_type(), account.into())
orchard::keys::SpendingKey::from_zip32_seed(seed, params.coin_type(), account)
.map_err(DerivationError::Orchard)?;

#[cfg(feature = "transparent-inputs")]
Expand Down

0 comments on commit ec4d69c

Please sign in to comment.