Skip to content

Commit

Permalink
move comment
Browse files Browse the repository at this point in the history
  • Loading branch information
magicxyyz committed Oct 17, 2023
1 parent 5127dbd commit 615de1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion execution/gethexec/executionengine.go
Original file line number Diff line number Diff line change
Expand Up @@ -223,9 +223,9 @@ func (s *ExecutionEngine) resequenceReorgedMessages(messages []*arbostypes.Messa
log.Warn("skipping non-standard sequencer message found from reorg", "header", header)
continue
}
// We don't need a batch fetcher as this is an L2 message
currentBlockHeader := s.bc.CurrentBlock()
arbOSVersion := types.DeserializeHeaderExtraInformation(currentBlockHeader).ArbOSFormatVersion
// We don't need a batch fetcher as this is an L2 message
txes, err := arbos.ParseL2Transactions(msg.Message, s.bc.Config().ChainID, arbOSVersion, nil)
if err != nil {
log.Warn("failed to parse sequencer message found from reorg", "err", err)
Expand Down

0 comments on commit 615de1d

Please sign in to comment.