Skip to content

Commit

Permalink
Update beacon_chain/spec/eth2_merkleization.nim
Browse files Browse the repository at this point in the history
  • Loading branch information
etan-status authored Apr 15, 2024
1 parent 2af07b5 commit fd92101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon_chain/spec/eth2_merkleization.nim
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,4 @@ func init*(T: type HashedValidatorPubKey, key: ValidatorPubKey): HashedValidator
else:
addr tmp[]

HashedValidatorPubKey(value: cached)
HashedValidatorPubKey(value: cached) # https://github.com/nim-lang/Nim/issues/23505

0 comments on commit fd92101

Please sign in to comment.