File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments