mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-18 20:32:45 +00:00
Refactor ClientConfig, add serde to it
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
extern crate rocksdb;
|
||||
|
||||
// use super::stores::COLUMNS;
|
||||
use super::{ClientDB, DBError, DBValue};
|
||||
use rocksdb::Error as RocksError;
|
||||
use rocksdb::{Options, DB};
|
||||
|
||||
Reference in New Issue
Block a user