Skip to content

Commit 3ca3c74

Browse files
committed
bug
1 parent d713c08 commit 3ca3c74

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/flamenco/runtime/program/vote/fd_vote_state_versioned.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,8 @@ fd_vsv_process_next_vote_slot( fd_vote_state_versioned_t * self,
474474
fd_landed_vote_t * votes = fd_vsv_get_votes_mutable( self );
475475

476476
fd_landed_vote_t landed_vote = {
477-
.latency = fd_vote_compute_vote_latency( next_vote_slot, current_slot ), ( fd_vote_lockout_t ){ .slot = next_vote_slot }
477+
.latency = fd_vote_compute_vote_latency( next_vote_slot, current_slot ),
478+
.lockout = ( fd_vote_lockout_t ){ .slot = next_vote_slot }
478479
};
479480

480481
// https://github.com/anza-xyz/agave/blob/v2.0.1/sdk/program/src/vote/state/mod.rs#L623

0 commit comments

Comments
 (0)