Skip to content

Commit

Permalink
make avsregistryservicechaincaller fn pub
Browse files Browse the repository at this point in the history
  • Loading branch information
supernovahs committed May 20, 2024
1 parent 2d2baf4 commit e0be16f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/services/avsregistry/src/chaincaller.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pub struct AvsRegistryServiceChainCaller {
}

impl AvsRegistryServiceChainCaller {
fn new(
pub fn new(
avs_registry: AvsRegistryChainReader,
operators_info_service: OperatorInfoServiceInMemory,
) -> Self {
Expand Down

0 comments on commit e0be16f

Please sign in to comment.