add OP_EQUAL to txapi parser

pull/1/head
Pavol Rusnak 10 years ago
parent e9dbedfd33
commit c3f74420a4

@ -28,6 +28,8 @@ def opcode_serialize(opcode):
return '\x76'
if opcode == 'OP_HASH160':
return '\xa9'
if opcode == 'OP_EQUAL':
return '\x87'
if opcode == 'OP_EQUALVERIFY':
return '\x88'
if opcode == 'OP_CHECKSIG':

Loading…
Cancel
Save