File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
rollup/internal/controller/relayer Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -542,7 +542,7 @@ func (r *Layer2Relayer) ProcessPendingBatches() {
542542}
543543
544544func (r * Layer2Relayer ) contextIDFromBatches (batches []* dbBatchWithChunksAndParent ) string {
545- contextIDs := []string {"v6 " }
545+ contextIDs := []string {"v7 " }
546546
547547 for _ , batch := range batches {
548548 contextIDs = append (contextIDs , batch .Batch .Hash )
@@ -552,7 +552,7 @@ func (r *Layer2Relayer) contextIDFromBatches(batches []*dbBatchWithChunksAndPare
552552}
553553
554554func (r * Layer2Relayer ) batchHashesFromContextID (contextID string ) []string {
555- if strings .HasPrefix (contextID , "v6 -" ) {
555+ if strings .HasPrefix (contextID , "v7 -" ) {
556556 return strings .Split (contextID , "-" )[1 :]
557557 }
558558
You can’t perform that action at this time.
0 commit comments