Skip to content

Commit

Permalink
cargo clippy --fix --tests --all-features
Browse files Browse the repository at this point in the history
  • Loading branch information
fluidvanadium committed Oct 30, 2024
1 parent aa1101c commit 64b374d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zingolib/src/wallet/transaction_context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ mod decrypt_transaction {
>(
&output.domain(status.get_height(), self.config.chain),
&ovk.ovk,
&output,
output,
&output.value_commitment(),
&output.out_ciphertext(),
) {
Expand Down Expand Up @@ -612,7 +612,7 @@ mod decrypt_transaction {
memo,
recipient_ua: None,
output_index: Some(
D::output_index_offset(&transaction) + i as u64,
D::output_index_offset(transaction) + i as u64,
),
})
}
Expand Down

0 comments on commit 64b374d

Please sign in to comment.