mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-27 01:33:33 +00:00
Rename db crate to store
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
use crate::{ForkChoice, ForkChoiceError};
|
||||
use db::Store;
|
||||
use std::sync::Arc;
|
||||
use store::Store;
|
||||
use types::{BeaconBlock, ChainSpec, Hash256, Slot};
|
||||
|
||||
pub struct LongestChain<T> {
|
||||
|
||||
Reference in New Issue
Block a user