Skip to content

Commit

Permalink
syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Alrighttt committed May 12, 2021
1 parent fe32ac7 commit f27a604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/script/script.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ bool CScript::IsRedeemScriptReveal(CScript scriptpubkey) const{
// OP_IF 32bit_locktime OP_NOP2 OP_DROP pubkey OP_CHECKSIG
// OP_ELSE pubkey OP_CHECKSIG OP_ENDIF
// as provided by artem
redeemScript.size() == 101
redeemScript.size() == 101 &&
redeemScript[0] == OP_RETURN &&
redeemScript[1] == 0x4c && // PUSH_BYTES
redeemScript[2] == 0x62 && // BYTES
Expand Down

0 comments on commit f27a604

Please sign in to comment.