mirror of
https://github.com/aljazceru/ark.git
synced 2026-01-31 17:14:46 +01:00
Fix propagation of RoundFailed events (#60)
This commit is contained in:
@@ -388,7 +388,7 @@ func (s *service) propagateEvents(round *domain.Round) {
|
||||
PoolTx: e.PoolTx,
|
||||
UnsignedForfeitTxs: forfeitTxs,
|
||||
}
|
||||
case domain.RoundFinalized:
|
||||
case domain.RoundFinalized, domain.RoundFailed:
|
||||
s.eventsCh <- e
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user