Allow dead_code for checkpoint::Verifier for now
This commit is contained in:
parent
e796132057
commit
a7ef6f6a40
|
@ -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)>,
|
||||
|
|
Loading…
Reference in New Issue