Skip to content

Commit

Permalink
log batchl2data (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
ToniRamirezM authored Apr 23, 2024
1 parent 00db151 commit 8651c34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aggregator/aggregator.go
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ func (a *Aggregator) handleReceivedDataStream(entry *datastreamer.FileEntry, cli
return err
}
a.currentStreamBatch.BatchL2Data = batchl2Data
log.Debugf("BatchL2Data:%v", common.Bytes2Hex(batchl2Data))

// Ger L1InfoRoot
sequence, err := a.l1Syncr.GetSequenceByBatchNumber(ctx, a.currentStreamBatch.BatchNumber)
Expand Down

0 comments on commit 8651c34

Please sign in to comment.