Skip to content

Commit

Permalink
op-node: fix failed to parse frame error
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxcanfly committed Apr 28, 2023
1 parent 884fd58 commit 29c04d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion op-node/rollup/derive/calldata_source.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ func DataFromEVMTransactions(config *rollup.Config, daCfg *rollup.DAConfig, batc
log.Warn("tx in inbox with unauthorized submitter", "index", j, "err", err)
continue // not an authorized batch submitter, ignore
}
out = append(out, tx.Data())

height, index, err := decodeETHData(tx.Data())
if err != nil {
Expand Down

0 comments on commit 29c04d1

Please sign in to comment.