Quick and dirty fix for the inspector build

This commit is contained in:
Zahary Karadjov 2020-05-24 01:54:41 +03:00 committed by zah
parent 833f19e942
commit 4a25bec2b5
1 changed files with 2 additions and 2 deletions

View File

@ -460,8 +460,8 @@ proc logEnrAddress(address: string) =
eth2next_fork_epoch = "None"
if attnData.isSome():
var attn = SSZ.decode(attnData.get(), seq[byte])
attnets = bu.toHex(attn)
var attn = SSZ.decode(attnData.get(), List[byte, 9999999]) # TODO: what's the limit on that list?
attnets = bu.toHex(attn.asSeq)
else:
attnets = "None"