Skip to content
Snippets Groups Projects
Unverified Commit f5bf4654 authored by Usama Ali's avatar Usama Ali Committed by GitHub
Browse files

FIX: Make `sc-network-sync` types Public (#3586)

This PR makes `sc-network-sync` types public following
[this](https://github.com/paritytech/polkadot-sdk/issues/3556) issue.

Fixes #3556
parent 475e7a14
No related merge requests found
Pipeline #452598 passed with stages
in 1 hour, 11 minutes, and 44 seconds
......@@ -28,7 +28,7 @@ mod justification_requests;
mod pending_responses;
mod request_metrics;
mod schema;
mod types;
pub mod types;
pub mod block_relay_protocol;
pub mod block_request_handler;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment