This commit is contained in:
Jacek Sieka 2019-03-22 22:55:41 -06:00
parent 0af0773197
commit 4957abf40e
No known key found for this signature in database
GPG Key ID: 6299FEB3EB6FA465
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ proc `%`(v: ValidatorSig|ValidatorPubKey): JsonNode = newJString($v)
type Timers = enum
tBlock = "Process non-epoch slot with block"
tEpoch = "Proces epoch slot with block"
tEpoch = "Process epoch slot with block"
tHashBlock = "Tree-hash block"
tShuffle = "Retrieve committe once using get_crosslink_committees_at_slot"
tAttest = "Combine committee attestations"