From 751377f105d15d0d11b6a658232c5d19e9f281fb Mon Sep 17 00:00:00 2001 From: Ahmed Sagdati <37515857+segfault-magnet@users.noreply.github.com> Date: Wed, 27 Nov 2024 21:02:48 +0100 Subject: [PATCH] Update e2e/src/whole_stack.rs Co-authored-by: hal3e --- e2e/src/whole_stack.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,