mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-20 14:28:37 +00:00
Fix Gloas check in on_block
This commit is contained in:
@@ -535,7 +535,7 @@ impl ProtoArray {
|
||||
.parent_root
|
||||
.and_then(|parent| self.indices.get(&parent).copied());
|
||||
|
||||
let node = if !spec.fork_name_at_slot::<E>(current_slot).gloas_enabled() {
|
||||
let node = if !spec.fork_name_at_slot::<E>(block.slot).gloas_enabled() {
|
||||
ProtoNode::V17(ProtoNodeV17 {
|
||||
slot: block.slot,
|
||||
root: block.root,
|
||||
|
||||
Reference in New Issue
Block a user