Skip to content

Commit 631ed05

Browse files
fix: add TODO comment for fixing transaction sending logic in tx_pool_latency_analysis
1 parent 05ea4ab commit 631ed05

File tree

1 file changed

+1
-0
lines changed
  • pkg/coordinator/tasks/tx_pool_latency_analysis

1 file changed

+1
-0
lines changed

pkg/coordinator/tasks/tx_pool_latency_analysis/task.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ func (t *Task) Execute(ctx context.Context) error {
150150
}
151151

152152
// Send txes to other clients, for speeding up tx mining
153+
// todo: fix sending to other clients
153154
// t.logger.Infof("Sending %d transactions to other clients for mining", len(result.Txs))
154155

155156
// for _, tx := range result.Txs {

0 commit comments

Comments
 (0)