mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-10 04:15:54 +00:00
f3e3c6bbe0
* init style for Hash256 https://github.com/status-im/nim-eth/pull/733 updates `Hash256` to become an array instead of an object - unfortunately, nim does not allow constructing arrays with `name()`, so this PR changes it to `default` which works with both. * lint