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

Commit

Permalink
fixup backport of #5471
Browse files Browse the repository at this point in the history
  • Loading branch information
coderobe committed May 9, 2022
1 parent 9fa033f commit 56cbe45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/overseer/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ pub async fn forward_events<P: BlockchainEvents<Block>>(client: Arc<P>, mut hand
event=Event,
signal=OverseerSignal,
error=SubsystemError,
network=NetworkBridgeEvent<VersionedValidationProtocol>,
network=NetworkBridgeEvent<protocol_v1::ValidationProtocol>,
message_capacity=2048,
)]
pub struct Overseer<SupportsParachains> {
Expand Down

0 comments on commit 56cbe45

Please sign in to comment.