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 {
132
132
) ]
133
133
pub builder_key : String ,
134
134
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
-
142
135
/// Address on Rollup to which Builder will receive user transaction fees.
143
136
#[ from_env(
144
137
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> {
45
45
1740681556 , // pecorino start timestamp as sane default
46
46
0 , 1 ,
47
47
) ,
48
- block_confirmation_buffer : todo ! ( ) ,
49
48
} ;
50
49
Ok ( config)
51
50
}
You can’t perform that action at this time.
0 commit comments