Add vote account address to vote subscription
This commit is contained in:
@ -688,7 +688,7 @@ impl ClusterInfoVoteListener {
|
||||
}
|
||||
|
||||
if is_new_vote {
|
||||
subscriptions.notify_vote(vote);
|
||||
subscriptions.notify_vote(*vote_pubkey, vote);
|
||||
let _ = verified_vote_sender.send((*vote_pubkey, vote_slots));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user