Skip to content

Commit 41c228f

Browse files
authored
CBST2-07: Add validation to the PBS config in the muxer (#317)
1 parent a78f57c commit 41c228f

File tree

1 file changed

+1
-0
lines changed
  • crates/common/src/config

1 file changed

+1
-0
lines changed

crates/common/src/config/mux.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ impl PbsMuxes {
8989
.unwrap_or(default_pbs.late_in_slot_time_ms),
9090
..default_pbs.clone()
9191
};
92+
config.validate(chain).await?;
9293
let config = Arc::new(config);
9394

9495
let runtime_config = RuntimeMuxConfig { id: mux.id, config, relays: relay_clients };

0 commit comments

Comments
 (0)