Skip to content

Commit

Permalink
remove unused parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
toni-calvin committed Feb 23, 2024
1 parent 57f4bbe commit ba00a14
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/bin/external_node/src/config/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit ba00a14

Please sign in to comment.