fix comment

This commit is contained in:
Mamy André-Ratsimbazafy 2019-03-26 15:49:42 +01:00 committed by zah
parent 8b5e18b7a4
commit 8273345a2c
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ type
Eth2Hash* = keccak256 ## Context for hash function
func shortLog*(x: Eth2Digest): string =
# result = is needed to fix
# result = is needed to fix https://github.com/status-im/nim-beacon-chain/issues/209
result = ($x)[0..7]
func eth2hash*(v: openArray[byte]): Eth2Digest =