@@ -1562,7 +1562,7 @@ mod tests {
15621562 fn txout_null_data ( ) {
15631563 // Output with high opcodes should not be considered nulldata
15641564 let output: TxOut = hex_deserialize ! ( "\
1565- c3319c0000000000d3d3d3d3d3d3d3d3d3d3d3d3fdfdfd0101010101010101010 \
1565+ 0a319c0000000000d3d3d3d3d3d3d3d3d3d3d3d3fdfdfd0101010101010101010 \
15661566 101010101010101010101010101012e010101010101010101fdfdfdfdfdfdfdfd\
15671567 fdfdfdfdfdfdfdfdfdfdfdfd006a209f6a6a6a6a6a6a806a6afdfdfdfd17fdfdf\
15681568 dfdfdfdfdfdfdfdddfdfdfdfdfdfdfdfdfddedededededededededededededede\
@@ -1580,7 +1580,7 @@ mod tests {
15801580
15811581 // Output with pushes that are e.g. OP_1 are nulldata but not pegouts
15821582 let output: TxOut = hex_deserialize ! ( "\
1583- c32d3634393536d9a2d0aaba3823f442fb24363831fdfd0101010101010101010 \
1583+ 0a2d3634393536d9a2d0aaba3823f442fb24363831fdfd0101010101010101010 \
15841584 1010101010101010101010101010101010101016a01010101fdfdfdfdfdfdfdfd\
15851585 fdfdfdfdfd3ca059fdfdfb6a2000002323232323232323232323232323232\
15861586 3232323232323232321232323010151232323232323232323232323232323\
@@ -1598,7 +1598,7 @@ mod tests {
15981598
15991599 // Output with just one push and nothing else should be nulldata but not pegout
16001600 let output: TxOut = hex_deserialize ! ( "\
1601- c32d3634393536d9a2d0aaba3823f442fb24363831fdfd0101010101010101010 \
1601+ 0a2d3634393536d9a2d0aaba3823f442fb24363831fdfd0101010101010101010 \
16021602 1010101010101010101010101010101010101016a01010101fdfdfdfdfdfdfdfd\
16031603 fdfdfdfdfd3ca059fdf2226a20000000000000000000000000000000000000000\
16041604 0000000000000000000000000\
0 commit comments