programmingbitcoin
programmingbitcoin copied to clipboard
op_2rot not implemented properly in op.py
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.