Skip to content

Commit a3bdea1

Browse files
author
Albert
committed
feat: update log
1 parent e3317db commit a3bdea1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

op-batcher/batcher/driver.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ func (l *BatchSubmitter) blobTxCandidate(data txData) (*txmgr.TxCandidate, error
440440
}
441441

442442
func (l *BatchSubmitter) submitBlobToNearDA(data []byte) ([]byte, error) {
443-
log.Debug("submitBlobToNearDA", "data", hex.EncodeToString(data), "size", len(data))
443+
l.Log.Debug("submitBlobToNearDA", "data", hex.EncodeToString(data), "size", len(data))
444444
// frameRef is the blob commitment, which is provided as [transaction_id ++ commitment]
445445
frameRef, err := l.NearDA.Submit(data)
446446
if err != nil {

0 commit comments

Comments
 (0)