From a7ef6f6a408a9293ee8b779c547a0303643fe430 Mon Sep 17 00:00:00 2001 From: Deirdre Connolly Date: Sun, 18 Oct 2020 02:24:38 -0400 Subject: [PATCH] Allow dead_code for checkpoint::Verifier for now --- zebra-consensus/src/checkpoint.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/zebra-consensus/src/checkpoint.rs b/zebra-consensus/src/checkpoint.rs index 7e27c542..eefe9f60 100644 --- a/zebra-consensus/src/checkpoint.rs +++ b/zebra-consensus/src/checkpoint.rs @@ -143,6 +143,7 @@ where /// than constructing multiple verification services for the same network. To /// clone a CheckpointVerifier, you might need to wrap it in a /// `tower::Buffer` service. + #[allow(dead_code)] pub fn new( network: Network, initial_tip: Option<(block::Height, block::Hash)>,