pub fn calculate_script_flags_for_block_network(
tx: &Transaction,
has_witness: bool,
height: u64,
network: Network,
) -> u32Expand description
Convenience: script flags from (height, network) when no context is available (e.g. mempool, bench tools).