mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-10 21:46:32 +00:00
7ccaeed4a8
The template `message` extracts fork specific data from a forked block. However, its current implementation does not compile due to each fork returning a different type, i.e., the generated `case` code attempts to return different types from each branch. As the template is unused, it is safely removed for now.