Skip to content

Commit 96f2777

Browse files
committed
revert batch index to 0
1 parent 8a290b7 commit 96f2777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollup/tests/integration_tool/imports.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ func importBatch(ctx context.Context, db *gorm.DB, chks []*orm.Chunk, encChks []
165165
}
166166
}
167167

168-
index := uint64(1)
168+
index := uint64(0)
169169
var parentHash common.Hash
170170
if last != nil {
171171
index = last.Index + 1

0 commit comments

Comments
 (0)