mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-21 06:48:27 +00:00
Store parent_payload_hash in ProtoNode
This commit is contained in:
@@ -1138,6 +1138,7 @@ where
|
||||
}
|
||||
|
||||
// index == 1 (payload_present) requires the block's payload to have been received.
|
||||
// TODO(gloas): could optimise by adding `payload_received` to `Block`
|
||||
if index == 1
|
||||
&& !self
|
||||
.proto_array
|
||||
|
||||
Reference in New Issue
Block a user