Skip to content

Commit

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

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

0 comments on commit 02c43f9

Please sign in to comment.