mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-13 22:04:52 +00:00
a1fab0e918
Nimbus types generally use the bit count not the byte count, e.g. `UInt256`, `Hash256`, so make `ZERO_HASH256` (which has type `Hash256`) fit this pattern. Signed-off-by: Jamie Lokier <jamie@shareable.org>