Allow dead_code for checkpoint::Verifier for now

This commit is contained in:
Deirdre Connolly 2020-10-18 02:24:38 -04:00 committed by Deirdre Connolly
parent e796132057
commit a7ef6f6a40
1 changed files with 1 additions and 0 deletions

View File

@ -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)>,