Skip to content

Commit a0ce95b

Browse files
committed
otherClient and not client
1 parent 18e8f3c commit a0ce95b

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

pkg/coordinator/tasks/tx_pool_throughput_analysis/task.go

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

145-
client.GetRPCClient().SendTransaction(ctx, tx)
145+
otherClient.GetRPCClient().SendTransaction(ctx, tx)
146146
}
147147
}
148148

0 commit comments

Comments
 (0)