Skip to content

Commit

Permalink
add blob log
Browse files Browse the repository at this point in the history
  • Loading branch information
georgehao committed Jul 17, 2024
1 parent a0b1295 commit 0c539d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rollup/internal/controller/relayer/l2_relayer.go
Original file line number Diff line number Diff line change
Expand Up @@ -984,6 +984,9 @@ func (r *Layer2Relayer) constructCommitBatchPayloadCodecV3(dbBatch *orm.Batch, d
if packErr != nil {
return nil, nil, fmt.Errorf("failed to pack commitBatchWithBlobProof: %w", packErr)
}

log.Info("Layer2Relayer v3", "blob", daBatch.Blob())

return calldata, daBatch.Blob(), nil
}

Expand Down

0 comments on commit 0c539d4

Please sign in to comment.