• 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
Name
Last commit
Last update
..
dump Loading commit data...
fees Loading commit data...
rcfg Loading commit data...
util Loading commit data...
client.go Loading commit data...
client_test.go Loading commit data...
config.go Loading commit data...
sync_service.go Loading commit data...
sync_service_test.go Loading commit data...
types.go Loading commit data...