Post
Topic
Board Development & Technical Discussion
Merits 1 from 1 user
Re: Catastrophic P2SH public addresses?
by
BrewMaster
on 25/06/2020, 15:12:44 UTC
⭐ Merited by HeRetiK (1)
This script ("0x4c01014c010287" in hexadecimal)

FWIW this script is non-standard too so almost all nodes are going to reject it on first round (on 0x4c) without even reaching the EQUAL part since it is not minimal push (one and two should use OP_1 and OP_2)
https://github.com/bitcoin/bitcoin/blob/master/src/script/interpreter.cpp#L234-L236