Skip to content

Commit 1a60512

Browse files
committed
make PartialMessageError public
1 parent 8b8c396 commit 1a60512

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

protocols/gossipsub/src/lib.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,9 @@ pub use metrics::Config as MetricsConfig;
121121
pub use self::{
122122
behaviour::{Behaviour, Event, MessageAuthenticity},
123123
config::{Config, ConfigBuilder, ValidationMode, Version},
124-
error::{ConfigBuilderError, PublishError, SubscriptionError, ValidationError},
124+
error::{
125+
ConfigBuilderError, PartialMessageError, PublishError, SubscriptionError, ValidationError,
126+
},
125127
partial::Partial,
126128
peer_score::{
127129
score_parameter_decay, score_parameter_decay_with_base, PeerScoreParams,

0 commit comments

Comments
 (0)