Skip to content

Commit 14aaf47

Browse files
committed
chore(config): fallback to FromEnv for the SlotCalculator instead of using FromEnvVar
1 parent 64e3377 commit 14aaf47

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/config.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ pub struct BuilderConfig {
154154
pub concurrency_limit: Option<usize>,
155155

156156
/// The slot calculator for the builder.
157-
#[from_env(var = "CHAIN_NAME", desc = "The slot calculator for the builder")]
158157
pub slot_calculator: SlotCalculator,
159158
}
160159

0 commit comments

Comments
 (0)