Skip to content

Commit fea35b0

Browse files
samlafgastonponti
andcommitted
Update op-batcher/batcher/driver.go
Co-authored-by: Gaston Ponti <[email protected]>
1 parent df5c3fc commit fea35b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

op-batcher/batcher/driver.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -903,7 +903,7 @@ func (l *BatchSubmitter) recordFailedDARequest(id txID, err error) {
903903
defer l.channelMgrMutex.Unlock()
904904
failover := errors.Is(err, altda.ErrAltDADown)
905905
if err != nil {
906-
l.Log.Warn("DA request failed", append([]interface{}{"failoverToEthDA", failover}, logFields(id, err))...)
906+
l.Log.Warn("DA request failed", append([]interface{}{"failoverToEthDA", failover}, logFields(id, err)...)...)
907907
}
908908
l.channelMgr.TxFailed(id, failover)
909909
}

0 commit comments

Comments
 (0)