Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion node/src/reactor/main_reactor/validate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ impl MainReactor {

// If the node was validating in the previous era there is a cvhance that it didn't get a
// chance to apply it's finality signature to the last (or some of the last) blocks of that
// era. If that's true - it it might try to do that and for that it needs to have the
// era. If that's true - it might try to do that and for that it needs to have the
// validator matrix updated with appropriate era data.
let number_of_switch_blocks = recent_switch_block_headers.len();
if number_of_switch_blocks > 1 {
Expand Down
Loading