• Mark Tyneway's avatar
    l2geth: skip clique consensus rule · eb1eb327
    Mark Tyneway authored
    There is a rule in the Clique `verifyHeader` function
    that will prevent blocks with a timestamp in the future
    from being included in the chain. We want to ensure that
    this check is being the `UsingOVM` flag as to prevent
    blocks from ever being considered not valid.
    eb1eb327
clique.go 27.4 KB