mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-25 12:45:37 +00:00
clarify slot time
This commit is contained in:
parent
8c3ea1cabf
commit
e6ae9977b2
@ -177,7 +177,9 @@ type
|
|||||||
# The `BlockRef` stored here already includes the `slot` number as well.
|
# The `BlockRef` stored here already includes the `slot` number as well.
|
||||||
# We should either remove it or write a comment clarifying why it exists.
|
# We should either remove it or write a comment clarifying why it exists.
|
||||||
blck*: BlockRef
|
blck*: BlockRef
|
||||||
slot*: Slot
|
slot*: Slot ##\
|
||||||
|
## Slot time for this BlockSlot which may differ from blck.slot when time
|
||||||
|
## has advanced without blocks
|
||||||
|
|
||||||
Head* = object
|
Head* = object
|
||||||
blck*: BlockRef
|
blck*: BlockRef
|
||||||
|
Loading…
x
Reference in New Issue
Block a user