Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ARR552 authored Jan 10, 2024
1 parent ac5a221 commit 5d9f5c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etherman/etherman.go
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ func (etherMan *Client) initialSequenceBatches(ctx context.Context, vLog types.L
log.Info("initial transaction sequence...")
sequences = append(sequences, SequencedBatch{
BatchNumber: 1,
SequencerAddr: msg.From,
SequencerAddr: initialSequenceBatches.Sequencer,
TxHash: vLog.TxHash,
Nonce: msg.Nonce,
PolygonRollupBaseEtrogBatchData: &polygonzkevm.PolygonRollupBaseEtrogBatchData{
Expand Down

0 comments on commit 5d9f5c4

Please sign in to comment.