Skip to main content

serialize_script_code_for_legacy_sighash

Function serialize_script_code_for_legacy_sighash 

Source
pub fn serialize_script_code_for_legacy_sighash(script: &[u8]) -> Vec<u8> 
Expand description

Serialize scriptCode bytes for legacy sighash, stripping OP_CODESEPARATOR (0xab) opcodes.

Legacy sighash scriptCode serialization: remove each OP_CODESEPARATOR (0xab) opcode from the byte stream (not bytes inside push-data payloads). Orange Paper §5.1.1.