Skip to content

Commit 70d3bd3

Browse files
committed
Merge remote-tracking branch 'origin/test/throughput-vegeta' into test/throughput-vegeta
2 parents 8540b4a + 86b125e commit 70d3bd3

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)