Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
avalkov committed Dec 10, 2024
1 parent 76ac6d3 commit 3024891
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions bridge/setu/processor/span.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,7 @@ func (sp *SpanProcessor) checkAndPropose() {

// check if current user is among next span producers
if sp.isSpanProposer(nextSpanMsg.SelectedProducers) {
if nextSpanMsg.ID < 2 {
go sp.propose(lastSpan, nextSpanMsg)
}
go sp.propose(lastSpan, nextSpanMsg)
}
}

Expand Down

0 comments on commit 3024891

Please sign in to comment.