diff --git a/cmix/results.go b/cmix/results.go index b8b9aad80cbe027388610242bb1ed9b914beef08..a6f8c4ad8834925dd54af6a8f151b750d0f092e8 100644 --- a/cmix/results.go +++ b/cmix/results.go @@ -142,13 +142,12 @@ func (c *client) getRoundResults(roundList []id.Round, timeout time.Duration, rrc := func(round rounds.Round, success bool) { result := ds.EventReturn{ RoundInfo: round.Raw, - TimedOut: success, + TimedOut: !success, } sendResults <- result } _ = c.Retriever.LookupHistoricalRound(rnd, rrc) } - } // Determine the results of all rounds requested