clarify slot time

This commit is contained in:
Jacek Sieka 2019-11-27 14:59:54 +01:00
parent 8c3ea1cabf
commit e6ae9977b2
No known key found for this signature in database
GPG Key ID: A1B09461ABB656B8
1 changed files with 3 additions and 1 deletions

View File

@ -177,7 +177,9 @@ type
# The `BlockRef` stored here already includes the `slot` number as well.
# We should either remove it or write a comment clarifying why it exists.
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
blck*: BlockRef