mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-29 00:57:57 +00:00
Reduce cargo doc warnings (#8947)
Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
This commit is contained in:
@@ -105,7 +105,7 @@ pub struct Params<B: BlockT, H: ExHashT> {
|
||||
|
||||
/// Request response configuration for the block request protocol.
|
||||
///
|
||||
/// [`RequestResponseConfig`] [`name`] is used to tag outgoing block requests with the correct
|
||||
/// [`RequestResponseConfig::name`] is used to tag outgoing block requests with the correct
|
||||
/// protocol name. In addition all of [`RequestResponseConfig`] is used to handle incoming block
|
||||
/// requests, if enabled.
|
||||
///
|
||||
@@ -171,7 +171,7 @@ pub enum TransactionImport {
|
||||
None,
|
||||
}
|
||||
|
||||
/// Fuure resolving to transaction import result.
|
||||
/// Future resolving to transaction import result.
|
||||
pub type TransactionImportFuture = Pin<Box<dyn Future<Output=TransactionImport> + Send>>;
|
||||
|
||||
/// Transaction pool interface
|
||||
@@ -599,8 +599,7 @@ pub enum TransportConfig {
|
||||
|
||||
/// If true, allow connecting to private IPv4 addresses (as defined in
|
||||
/// [RFC1918](https://tools.ietf.org/html/rfc1918)). Irrelevant for addresses that have
|
||||
/// been passed in [`NetworkConfiguration::reserved_nodes`] or
|
||||
/// [`NetworkConfiguration::boot_nodes`].
|
||||
/// been passed in [`NetworkConfiguration::boot_nodes`].
|
||||
allow_private_ipv4: bool,
|
||||
|
||||
/// Optional external implementation of a libp2p transport. Used in WASM contexts where we
|
||||
|
||||
Reference in New Issue
Block a user