• 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
Name
Last commit
Last update
..
api.go Loading commit data...
clique.go Loading commit data...
clique_test.go Loading commit data...
snapshot.go Loading commit data...
snapshot_test.go Loading commit data...