darkirc: update event_graph synced flag when we were already on latest tip

This commit is contained in:
aggstam
2023-12-08 17:56:13 +02:00
parent f1096838ac
commit 2edadbc214

View File

@@ -279,6 +279,7 @@ impl EventGraph {
}
if missing_parents.is_empty() {
*self.synced.write().await = true;
info!(target: "event_graph::dag_sync()", "[EVENTGRAPH] DAG synced successfully!");
return Ok(())
}