Skip to content

Commit

Permalink
Remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dmidem committed May 20, 2024
1 parent 12f77f7 commit f27b3ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bundle.rs
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,6 @@ impl<A: Authorization, V, D: OrchardDomain> Bundle<A, V, D> {
&self,
action_idx: usize,
key: &IncomingViewingKey,
// potential param
) -> Option<(Note, Address, [u8; 512])> {
let prepared_ivk = PreparedIncomingViewingKey::new(key);
self.actions.get(action_idx).and_then(move |action| {
Expand Down

0 comments on commit f27b3ce

Please sign in to comment.