0 errors left!
This commit is contained in:
@@ -14,7 +14,7 @@ use crate::{services, utils, Result};
|
||||
use self::data::StateDiff;
|
||||
|
||||
pub struct Service {
|
||||
db: Arc<dyn Data>,
|
||||
pub db: &'static dyn Data,
|
||||
|
||||
pub stateinfo_cache: Mutex<
|
||||
LruCache<
|
||||
|
||||
Reference in New Issue
Block a user