use bitcoin::BlockHash;
#[allow(dead_code)]
pub fn mainnet_checkpoints() -> Vec<(u32, BlockHash)> {
vec![]
}
#[allow(dead_code)]
pub fn testnet_checkpoints() -> Vec<(u32, BlockHash)> {
vec![]
}
#[allow(dead_code)]
pub fn signet_checkpoints() -> Vec<(u32, BlockHash)> {
vec![]
}