From ba00a148970b9dff5540e6eb4534c50cdd17ea00 Mon Sep 17 00:00:00 2001 From: toni-calvin Date: Fri, 23 Feb 2024 19:29:29 +0100 Subject: [PATCH] remove unused parameter --- core/bin/external_node/src/config/mod.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/bin/external_node/src/config/mod.rs b/core/bin/external_node/src/config/mod.rs index 46b97550483b..88c48e39394f 100644 --- a/core/bin/external_node/src/config/mod.rs +++ b/core/bin/external_node/src/config/mod.rs @@ -391,8 +391,6 @@ pub struct RequiredENConfig { pub state_cache_path: String, /// Fast SSD path. Used as a RocksDB dir for the Merkle tree (*new* implementation). pub merkle_tree_path: String, - /// External node mode. Same as in the main node. - pub l1_batch_commit_data_generator_mode: L1BatchCommitDataGeneratorMode, } impl RequiredENConfig {