Skip to content

Commit fd0f13c

Browse files
fsm: return dex batch errors in certificate handling
1 parent b2bd0ff commit fd0f13c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fsm/automatic.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ func (s *StateMachine) HandleCertificateResults(qc *lib.QuorumCertificate, commi
159159
// handle dex action ordered by the quorum
160160
if qc.Header.ChainId != s.Config.ChainId || isNested {
161161
if err = s.HandleDexBatch(qc.Header.ChainId, results, isNested); err != nil {
162-
s.log.Error(err.Error()) // log error only - allow the rest of the receipt to be processed
162+
return err
163163
}
164164
}
165165
// handle the token swaps ordered by the quorum

0 commit comments

Comments
 (0)