feat(OpEngineValidator): pub chain_spec (#16638)

This commit is contained in:
Hai | RISE
2025-06-04 15:02:30 +07:00
committed by GitHub
parent 66692a7e45
commit 40ebef4571

View File

@@ -107,7 +107,7 @@ where
{
/// Returns the chain spec used by the validator.
#[inline]
fn chain_spec(&self) -> &ChainSpec {
pub fn chain_spec(&self) -> &ChainSpec {
self.inner.chain_spec()
}
}