Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed op_2rot implementation #208

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Commits on Jan 9, 2021

  1. Fixed op_2rot implementation.

    According to https://en.bitcoin.it/wiki/Script#Stack the OP_2ROT operation should move the 5th and 6th last elements to the top of the stack, not duplicate them.
    limonadev committed Jan 9, 2021
    Configuration menu
    Copy the full SHA
    ce1122a View commit details
    Browse the repository at this point in the history
  2. Modified op_2rot stack assignment

    To update the stack instead of losing its reference.
    limonadev committed Jan 9, 2021
    Configuration menu
    Copy the full SHA
    2d6dde2 View commit details
    Browse the repository at this point in the history