Skip to content

Commit

Permalink
fix clippy error
Browse files Browse the repository at this point in the history
  • Loading branch information
zancas committed Apr 4, 2024
1 parent 9984076 commit eee9139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zingolib/src/wallet/message.rs
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ impl Message {
// really apply, since this note is not spendable anyway, so the rseed and the note itself
// are not usable.
match try_sapling_note_decryption(
&ivk,
ivk,
&Unspendable {
cmu_bytes,
epk_bytes,
Expand Down

0 comments on commit eee9139

Please sign in to comment.