Skip to content

Commit

Permalink
fix clippy error
Browse files Browse the repository at this point in the history
  • Loading branch information
atacann committed Jan 9, 2025
1 parent edff9a9 commit 6780879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/database/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1954,7 +1954,7 @@ mod tests {

for (id, data) in w_data.iter() {
database
.save_watchtower_xonly_pk(None, *id, &data)
.save_watchtower_xonly_pk(None, *id, data)
.await
.unwrap();
}
Expand Down

0 comments on commit 6780879

Please sign in to comment.