Skip to content

Commit bcf6c6c

Browse files
committed
feat: remove comment
1 parent e801f26 commit bcf6c6c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

op-batcher/batcher/driver.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,6 @@ func (l *BatchSubmitter) calldataTxCandidate(data []byte) (*txmgr.TxCandidate, e
551551
if err != nil {
552552
l.Log.Warn("unable to submit blob to near da", "err", err)
553553
l.Log.Info("fallback to eth da")
554-
// fallback to eth da
555554
// return nil, err
556555
} else {
557556
l.Log.Info("blob successfully submitted to near da", "id", hex.EncodeToString(maybeFrameRef))

0 commit comments

Comments
 (0)