We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05ea4ab commit 631ed05Copy full SHA for 631ed05
pkg/coordinator/tasks/tx_pool_latency_analysis/task.go
@@ -150,6 +150,7 @@ func (t *Task) Execute(ctx context.Context) error {
150
}
151
152
// Send txes to other clients, for speeding up tx mining
153
+ // todo: fix sending to other clients
154
// t.logger.Infof("Sending %d transactions to other clients for mining", len(result.Txs))
155
156
// for _, tx := range result.Txs {
0 commit comments