mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 07:01:05 +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:
@@ -21,8 +21,8 @@
|
||||
//! runtime implementation to require an inherent for each block or to make it optional. Inherents
|
||||
//! are mainly used to pass data from the block producer to the runtime. So, inherents require some
|
||||
//! part that is running on the client side and some part that is running on the runtime side. Any
|
||||
//! data that is required by an inherent is passed as [`InherentData`] from the client to the runtime
|
||||
//! when the inherents are constructed.
|
||||
//! data that is required by an inherent is passed as [`InherentData`] from the client to the
|
||||
//! runtime when the inherents are constructed.
|
||||
//!
|
||||
//! The process of constructing and applying inherents is the following:
|
||||
//!
|
||||
|
||||
Reference in New Issue
Block a user