Skip to content

Commit

Permalink
Update op-batcher/batcher/driver.go
Browse files Browse the repository at this point in the history
Co-authored-by: Gaston Ponti <[email protected]>
  • Loading branch information
samlaf and gastonponti committed Feb 24, 2025
1 parent 85dd26a commit f29ae38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion op-batcher/batcher/driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -903,7 +903,7 @@ func (l *BatchSubmitter) recordFailedDARequest(id txID, err error) {
defer l.channelMgrMutex.Unlock()
failover := errors.Is(err, altda.ErrAltDADown)
if err != nil {
l.Log.Warn("DA request failed", append([]interface{}{"failoverToEthDA", failover}, logFields(id, err))...)
l.Log.Warn("DA request failed", append([]interface{}{"failoverToEthDA", failover}, logFields(id, err)...)...)
}
l.channelMgr.TxFailed(id, failover)
}
Expand Down

0 comments on commit f29ae38

Please sign in to comment.