Skip to content

Commit

Permalink
Fix clippy lint
Browse files Browse the repository at this point in the history
  • Loading branch information
str4d committed Dec 7, 2024
1 parent 29cff96 commit 96d0e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pczt/updater.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pub struct Updater<'a>(&'a mut Bundle);
impl<'a> Updater<'a> {
/// Provides read access to the bundle being updated.
pub fn bundle(&self) -> &Bundle {
&self.0
self.0
}

/// Updates the spend at the given index with information provided in the given
Expand Down

0 comments on commit 96d0e69

Please sign in to comment.