jimmysong / programmingbitcoin

Repository for the book
Other
1.75k stars 656 forks source link

op_2rot not implemented properly in op.py #139

Open Engelberg opened 5 years ago

Engelberg commented 5 years ago

op_2rot, according to the bitcoin script wiki, is supposed to move the 5th and 6th items to the top of the stack, but you've done a copy.