Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable slasher default features (#6115)
* Turn off default features for slasher. Because slasher had lmdb as a default feature, it was impossible to have a pure mdbx build of lighthouse. This commit sets `default-features = false` for slasher so lighthouse can actually choose one or the other.
- Loading branch information