Skip to content

Commit

Permalink
Make eth relayer helper public
Browse files Browse the repository at this point in the history
  • Loading branch information
mappum committed Oct 1, 2024
1 parent c8a6a2f commit 507ef0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ethereum/consensus/relayer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use crate::{app, babylon::proto::FinalityProvider, error::Result};

use super::{encode_header, encode_sync_committee};

async fn get_updates<C: OrgaClient<LightClient>>(
pub async fn get_updates<C: OrgaClient<LightClient>>(
app_client: &C,
eth_client: &RpcClient,
) -> Result<Vec<Update>> {
Expand Down

0 comments on commit 507ef0c

Please sign in to comment.