From bf27cfdab28132771201082b2a1e929dfed3b0f7 Mon Sep 17 00:00:00 2001 From: Alfredo Garcia Date: Tue, 12 Dec 2023 10:43:35 -0300 Subject: [PATCH] clippy --- zebra-scan/src/storage.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zebra-scan/src/storage.rs b/zebra-scan/src/storage.rs index 42afba90e0a..664ba5f37b8 100644 --- a/zebra-scan/src/storage.rs +++ b/zebra-scan/src/storage.rs @@ -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);