• George Knee's avatar
    batcher: fix state inconsistency (#12981) · 8ee03877
    George Knee authored
    * remove lastStoredBlock and lastL1Tip from BatchSubmitter state
    
    We can use the channelManager's state to infer lastStoredBlock. And lastL1Tip is actually unused.
    
    * change log line wording
    
    * fix typo
    
    * remove unecessary method
    
    * clean up driver.calculateL2BlockRangeToStore
    
    * some typos
    
    * tiny tweak
    8ee03877
channel_manager.go 18.1 KB