|
@@ -34,7 +34,7 @@ impl Event {
|
|
|
|
|
|
|
|
#[derive(Clone)]
|
|
#[derive(Clone)]
|
|
|
pub(crate) struct SyncLogEntriesComms {
|
|
pub(crate) struct SyncLogEntriesComms {
|
|
|
- tx: crate::utils::SharedSender<Event>,
|
|
|
|
|
|
|
+ tx: SharedSender<Event>,
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
impl SyncLogEntriesComms {
|
|
impl SyncLogEntriesComms {
|