Compute finality computation in new ComputeLeaderFinalityService (#1652)
* Move finality computation into a service run from the banking stage, ComputeLeaderFinalityService * Change last ids nth to tick height, remove separate tick height from bank
This commit is contained in:
@@ -104,7 +104,7 @@ impl VoteProgram {
|
||||
match deserialize(tx.userdata(instruction_index)) {
|
||||
Ok(VoteInstruction::RegisterAccount) => {
|
||||
// TODO: a single validator could register multiple "vote accounts"
|
||||
// which would clutter the "accounts" structure.
|
||||
// which would clutter the "accounts" structure. See github issue 1654.
|
||||
accounts[1].program_id = Self::id();
|
||||
|
||||
let mut vote_state = VoteProgram {
|
||||
|
Reference in New Issue
Block a user