remove unused epoch template (#142)
This commit is contained in:
parent
8f64ab6add
commit
20f99db058
|
@ -482,9 +482,6 @@ type
|
|||
# TODO: not in spec
|
||||
CrosslinkCommittee* = tuple[committee: seq[ValidatorIndex], shard: uint64]
|
||||
|
||||
template epoch*(slot: int|uint64): auto =
|
||||
slot div SLOTS_PER_EPOCH
|
||||
|
||||
when true:
|
||||
# TODO: Remove these once RLP serialization is no longer used
|
||||
import nimcrypto, eth/rlp, json_serialization
|
||||
|
|
Loading…
Reference in New Issue