remove unused epoch template (#142)

This commit is contained in:
Mamy Ratsimbazafy 2019-02-28 15:17:57 +01:00 committed by Jacek Sieka
parent 8f64ab6add
commit 20f99db058
1 changed files with 0 additions and 3 deletions

View File

@ -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