Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(consensus): use correct logger in fork choice (#584)
Fork choice was using `std.log` instead of the logger it already has as a field. This switches to use its contained logger.
- Loading branch information