programmingbitcoin
programmingbitcoin copied to clipboard
Fix op_2rot function in op.py
Function should move 5th and 6th items back in the stack to the top of the stack, not copy them. Stack should remain the same size.