diff --git a/e2e/src/whole_stack.rs b/e2e/src/whole_stack.rs index c6d7789b..325ff953 100644 --- a/e2e/src/whole_stack.rs +++ b/e2e/src/whole_stack.rs @@ -60,7 +60,7 @@ impl WholeStack { let db = start_db().await?; let committer = start_committer( - true, + logs, blob_support, db.clone(), ð_node,