Skip to content

Commit 86b125e

Browse files
Merge remote-tracking branch 'origin/master' into test/throughput-vegeta
2 parents a4db677 + 5e3ded3 commit 86b125e

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

pkg/coordinator/tasks/tx_pool_latency_analysis/task.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ func (t *Task) Execute(ctx context.Context) error {
178178
continue
179179
}
180180

181-
client.GetRPCClient().SendTransaction(ctx, tx)
181+
otherClient.GetRPCClient().SendTransaction(ctx, tx)
182182
}
183183
}
184184

0 commit comments

Comments
 (0)