add blob log

This commit is contained in:
georgehao
2024-07-17 22:41:48 +08:00
parent a0b1295f57
commit df2a554f80

View File

@@ -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
}