pub fn tx_requires_witness_script_flags(
tx: &Transaction,
has_witness: bool,
) -> boolExpand description
Input to per-tx SCRIPT_VERIFY_WITNESS gating (Orange Paper §5.2.5 FlagCondition).
pub fn tx_requires_witness_script_flags(
tx: &Transaction,
has_witness: bool,
) -> boolInput to per-tx SCRIPT_VERIFY_WITNESS gating (Orange Paper §5.2.5 FlagCondition).