mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-02-11 03:27:00 +00:00
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>