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

Fix the alonzo tx witness serialization #2525

Merged
merged 1 commit into from
Oct 19, 2021

Commits on Oct 19, 2021

  1. Fix the alonzo tx witness serialization

    Missing witness group should be entirely absent on the wire, not encoded
    as an empty list. We were encoding an empty list in the scenario that
    one type of script was present, but another type was absent, since the
    "Omit" check was checking too see if there were no scripts at all.
    Jared Corduan committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    9ab8559 View commit details
    Browse the repository at this point in the history