• Mark Tyneway's avatar
    l2geth: fix monotonicity logging bug · c7569a16
    Mark Tyneway authored
    The logline `Blocknumber monotonicity violation`
    was being logged erroneously. This commit ensures
    that it is not logged when it doesn't need to be
    logged.
    
    It would previously log if the L1 blocknumber
    was equal to or less than and now it only logs
    if the L1 blocknumber is less than.
    c7569a16
sync_service.go 40.4 KB