event_graph: fix bug with batch insert of events in dag_insert

This commit is contained in:
oars
2025-09-15 18:32:15 +03:00
parent 921af416df
commit 9fb431f413

View File

@@ -794,7 +794,7 @@ impl EventGraph {
for event in events {
let event_id = event.id();
if event.header.layer == 0 {
return Ok(vec![])
break
}
debug!(
target: "event_graph::dag_insert()",