mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 02:21:14 +00:00
Rewrap all comments to 100 line width (#9490)
* reformat everything again * manual formatting * last manual fix * Fix build
This commit is contained in:
@@ -121,10 +121,10 @@
|
||||
//!
|
||||
//! - **`/substrate/<protocol-id>/<version>`** (where `<protocol-id>` must be replaced with the
|
||||
//! protocol ID of the targeted chain, and `<version>` is a number between 2 and 6). For each
|
||||
//! connection we optionally keep an additional substream for all Substrate-based communications alive.
|
||||
//! This protocol is considered legacy, and is progressively being replaced with alternatives.
|
||||
//! This is designated as "The legacy Substrate substream" in this documentation. See below for
|
||||
//! more details.
|
||||
//! connection we optionally keep an additional substream for all Substrate-based communications
|
||||
//! alive. This protocol is considered legacy, and is progressively being replaced with
|
||||
//! alternatives. This is designated as "The legacy Substrate substream" in this documentation. See
|
||||
//! below for more details.
|
||||
//! - **`/<protocol-id>/sync/2`** is a request-response protocol (see below) that lets one perform
|
||||
//! requests for information about blocks. Each request is the encoding of a `BlockRequest` and
|
||||
//! each response is the encoding of a `BlockResponse`, as defined in the `api.v1.proto` file in
|
||||
@@ -243,7 +243,6 @@
|
||||
//! - Calling `trigger_repropagate` when a transaction is added to the pool.
|
||||
//!
|
||||
//! More precise usage details are still being worked on and will likely change in the future.
|
||||
//!
|
||||
|
||||
mod behaviour;
|
||||
mod chain;
|
||||
|
||||
Reference in New Issue
Block a user