mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-10 04:15:54 +00:00
42a08cfba9
* bump metrics * Remove cruft * Cosmetics, update some logging, noise control * Renamed `CoreDb` function `hasKey` => `hasKeyRc` and provided `hasKey` why: Currently, `hasKey` returns a `Result[]` rather than a `bool` which is what one would expect from a function prototype of this name. This was a bit of an annoyance and cost unnecessary attention.