mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-14 18:32:42 +00:00
Fix builds with slasher-redb (#6077)
* Fix builds with slasher-redb feature * Test redb on CI * Delete unnecessary test * Disable redb in slasher override tests
This commit is contained in:
@@ -91,7 +91,7 @@ impl Environment {
|
||||
}
|
||||
|
||||
pub fn filenames(&self, config: &Config) -> Vec<PathBuf> {
|
||||
vec![config.database_path.join(BASE_DB)]
|
||||
vec![config.database_path.join(REDB_DATA_FILENAME)]
|
||||
}
|
||||
|
||||
pub fn begin_rw_txn(&self) -> Result<RwTransaction, Error> {
|
||||
|
||||
Reference in New Issue
Block a user