We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c26372 commit cda4c6aCopy full SHA for cda4c6a
pkg/coordinator/tasks/tx_pool_latency_analysis/task.go
@@ -253,7 +253,7 @@ func (t *Task) Execute(ctx context.Context) error {
253
}
254
255
256
- if receivedEvents == totNumberOfTxes {
+ if receivedEvents >= totNumberOfTxes {
257
t.logger.Infof("Reading of p2p events finished")
258
return
259
pkg/coordinator/tasks/tx_pool_throughput_analysis/task.go
@@ -252,7 +252,7 @@ func (t *Task) Execute(ctx context.Context) error {
252
0 commit comments