Skip to content

Commit a883338

Browse files
committed
add missing tx calldata to blob transactions
1 parent 2e063e5 commit a883338

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

pkg/tasks/generate_transaction/task.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,7 @@ func (t *Task) generateTransaction() (*ethtypes.Transaction, error) {
445445
Gas: t.config.GasLimit,
446446
To: toAddr,
447447
Value: uint256.NewInt(0),
448+
Data: txData,
448449
}, blobRefs)
449450
if err != nil {
450451
return nil, err

0 commit comments

Comments
 (0)