Skip to content

Commit

Permalink
Fix UTs
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaubennassar committed Jul 31, 2024
1 parent cc03adc commit 99180de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions l1infotreesync/processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ const (
// of rootTable and indexTable references the key of the infoTable
// Key: hash of the leaf that caused the update (common.Hash)
// Value: JSON of storeLeaf struct
infoTable = dbPrefix + "-info"
// blockTable stores the first and last index of L1 Info Tree that have been updated on
// Value: JSON of blockWithLeafs
blockTable = dbPrefix + "-block"
// lastBlockTable used to store the last block processed. This is needed to know the last processed blcok
lastBlockTable = dbPrefix + "-lastBlock"

Expand Down

0 comments on commit 99180de

Please sign in to comment.