Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
oxarbitrage committed Dec 12, 2023
1 parent ae5bc94 commit bf27cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zebra-scan/src/storage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ impl Storage {

// Add tracking entry for key.
if is_control_time {
batch.insert_sapling_height(self, &sapling_key, height);
batch.insert_sapling_height(self, sapling_key, height);
}

self.write_batch(batch);
Expand Down

0 comments on commit bf27cfd

Please sign in to comment.