mirror of
https://github.com/status-im/nim-eth.git
synced 2025-01-10 14:25:50 +00:00
8b7d41f596
The ENR code used to be solely exception based, and these exceptions where a left-over of that. They are useless as later calls use Result anyhow. Additionally, they cause quite the performance loss because they are used in the "common path" for the toTypedRecord call, e.g. when reading the fields of ip6, tcp6 and udp6.