Skip to content

Commit db40995

Browse files
committed
removes unused block confirmation buffer
1 parent ee96be1 commit db40995

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

src/config.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -132,13 +132,6 @@ pub struct BuilderConfig {
132132
)]
133133
pub builder_key: String,
134134

135-
/// Buffer in seconds in which the `submitBlock` transaction must confirm on the Host chain.
136-
#[from_env(
137-
var = "BLOCK_CONFIRMATION_BUFFER",
138-
desc = "Buffer in seconds in which the `submitBlock` transaction must confirm on the Host chain"
139-
)]
140-
pub block_confirmation_buffer: u64,
141-
142135
/// Address on Rollup to which Builder will receive user transaction fees.
143136
#[from_env(
144137
var = "BUILDER_REWARDS_ADDRESS",

src/test_utils.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ pub fn setup_test_config() -> Result<BuilderConfig> {
4545
1740681556, // pecorino start timestamp as sane default
4646
0, 1,
4747
),
48-
block_confirmation_buffer: todo!(),
4948
};
5049
Ok(config)
5150
}

0 commit comments

Comments
 (0)