Skip to content

Commit ee4302a

Browse files
committed
f - Reduce Validate's visibility to pub(crate)
1 parent c288901 commit ee4302a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning-block-sync/src/poll.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ pub enum ChainTip {
3535
}
3636

3737
/// The `Validate` trait defines behavior for validating chain data.
38-
pub trait Validate {
38+
pub(crate) trait Validate {
3939
/// The validated data wrapper which can be dereferenced to obtain the validated data.
4040
type T: std::ops::Deref<Target = Self>;
4141

0 commit comments

Comments
 (0)