We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 845e336 commit 6ed2de9Copy full SHA for 6ed2de9
node/src/actors/session/handlers.rs
@@ -807,8 +807,10 @@ fn check_beacon_compatibility(
807
}),
808
// current_checkpoint == received_checkpoint
809
Ordering::Equal => {
810
- if current_beacon.highest_block_checkpoint.hash_prev_block
811
- == received_beacon.highest_block_checkpoint.hash_prev_block
+ if current_beacon.highest_superblock_checkpoint.hash_prev_block
+ == received_beacon
812
+ .highest_superblock_checkpoint
813
+ .hash_prev_block
814
{
815
// Beacons are equal
816
Ok(())
0 commit comments