Skip to main content

check_bip147_network

Function check_bip147_network 

Source
pub fn check_bip147_network(
    script_sig: &[u8],
    script_pubkey: &[u8],
    height: u64,
    network: Bip147Network,
) -> Result<bool, ConsensusError>
Expand description

Convenience: BIP147 check using network (Bip147Network for backward compatibility).