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

blockchain: fix sync at v14 boundary #6906

Merged
merged 1 commit into from
Oct 18, 2020

Commits on Oct 18, 2020

  1. blockchain: fix sync at v14 boundary

    Miners with MLSAG txes which they'd already verified included
    a couple in that block, but the consensus rules had changed
    in the meantime, so that block is technically invalid and any
    node which did not already have those two txes in their txpool
    could not sync. Grandfather them in, since it has no effect in
    practice.
    moneromooo-monero committed Oct 18, 2020
    Configuration menu
    Copy the full SHA
    1120df3 View commit details
    Browse the repository at this point in the history