Apply suggestions from code review

Co-authored-by: David <dvdplm@gmail.com>
This commit is contained in:
Zeke Mostov
2020-12-29 10:30:02 -08:00
committed by GitHub
parent ab1cb3cc3b
commit 900340fafd
+2 -2
View File
@@ -121,7 +121,7 @@ use crate::{
},
};
/// The mortality of a transaction
/// The period of validity of a transaction
#[derive(Debug, Copy, Clone, Eq, PartialEq, Hash)]
pub enum MortalPeriod {
/// Create a mortal transaction with the specified period
@@ -225,7 +225,7 @@ impl<T: Runtime> ClientBuilder<T> {
/// Construction options for a signed extrinsic
#[derive(Copy, Clone)]
struct ClientSignedOptions {
/// The period, measured in blocks, that an extrinsic will live for, starting from a checkpoint
/// The period of validity, measured in blocks, that an extrinsic will live for, starting from a checkpoint
/// block.
///
/// Substrate reference: