fix comments (#3808)

Signed-off-by: yjhmelody <465402634@qq.com>
This commit is contained in:
yjh
2019-10-12 17:32:29 +08:00
committed by Kian Paimani
parent f60bc521c3
commit 625d697e26
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -611,7 +611,7 @@ pub trait IsMember<MemberId> {
}
/// Something which fulfills the abstract idea of a Substrate header. It has types for a `Number`,
/// a `Hash` and a `Digest`. It provides access to an `extrinsics_root`, `state_root` and
/// a `Hash` and a `Hashing`. It provides access to an `extrinsics_root`, `state_root` and
/// `parent_hash`, as well as a `digest` and a block `number`.
///
/// You can also create a `new` one from those fields.
+1 -1
View File
@@ -48,7 +48,7 @@
//!
//! - [`CheckWeight`]: Checks the weight and length of the block and ensure that it does not
//! exceed the limits.
//! - ['CheckNonce']: Checks the nonce of the transaction. Contains a single payload of type
//! - [`CheckNonce`]: Checks the nonce of the transaction. Contains a single payload of type
//! `T::Index`.
//! - [`CheckEra`]: Checks the era of the transaction. Contains a single payload of type `Era`.
//! - [`CheckGenesis`]: Checks the provided genesis hash of the transaction. Must be a part of the