Add warnings about breaking changes in network (#2348)

This commit is contained in:
Pierre Krieger
2019-04-23 16:34:47 +02:00
committed by Bastian Köcher
parent 87776e63bb
commit 648dcc2728
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -19,6 +19,9 @@
//! Substrate-specific P2P networking: synchronizing blocks, propagating BFT messages.
//! Allows attachment of an optional subprotocol for chain-specific requests.
//!
//! **Important**: This crate is unstable and the API and usage may change.
//!
mod service;
mod sync;