Skip to main content

OP_EQUALVERIFY

Constant OP_EQUALVERIFY 

Source
pub const OP_EQUALVERIFY: u8 = 0x88;
Expand description

Same as OP_EQUAL, then OP_VERIFY. Marks transaction invalid if not equal.