We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a78f57c commit 41c228fCopy full SHA for 41c228f
crates/common/src/config/mux.rs
@@ -89,6 +89,7 @@ impl PbsMuxes {
89
.unwrap_or(default_pbs.late_in_slot_time_ms),
90
..default_pbs.clone()
91
};
92
+ config.validate(chain).await?;
93
let config = Arc::new(config);
94
95
let runtime_config = RuntimeMuxConfig { id: mux.id, config, relays: relay_clients };
0 commit comments