Skip to content

Commit

Permalink
make elchainreader new fn pub
Browse files Browse the repository at this point in the history
  • Loading branch information
supernovahs committed Jun 6, 2024
1 parent 3e9ce3c commit 29007d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/chainio/clients/elcontracts/src/reader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ pub struct ELChainReader {
}

impl ELChainReader {
fn new(
pub fn new(
slasher: Address,
delegation_manager: Address,
strategy_manager: Address,
Expand Down

0 comments on commit 29007d0

Please sign in to comment.