Skip to content

Commit 4baf461

Browse files
committed
fix blob identifier
1 parent a883338 commit 4baf461

File tree

1 file changed

+1
-1
lines changed
  • pkg/tasks/generate_transaction

1 file changed

+1
-1
lines changed

pkg/tasks/generate_transaction/task.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ func (t *Task) generateTransaction() (*ethtypes.Transaction, error) {
407407
blobRefs := make([][]string, blobCount)
408408

409409
for i := uint64(0); i < blobCount; i++ {
410-
blobLabel := fmt.Sprintf("0x1611AA0000%08dFF%02dFF%04dFEED", t.ctx.Index, i, 0)
410+
blobLabel := fmt.Sprintf("0x1611BB0000%08dFF%02dFF%04dFEED", 0, i, 0)
411411

412412
if i < uint64(len(blobDataGroups)) {
413413
blobRefs[i] = []string{}

0 commit comments

Comments
 (0)