Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
make pub(crate) for test
Browse files Browse the repository at this point in the history
  • Loading branch information
drahnr committed Aug 20, 2021
1 parent 956f6d4 commit 122b4dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/service/src/relay_chain_selection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ where
///
/// It will also constrain the chain to only chains which are fully
/// approved, and chains which contain no disputes.
async fn finality_target_with_fallback(
pub(crate) async fn finality_target_with_fallback(
&self,
target_hash: Hash,
best_leaf: Option<Hash>,
Expand Down

0 comments on commit 122b4dd

Please sign in to comment.