From 900340fafdedb08a302bf9ffc475cd4157f11d81 Mon Sep 17 00:00:00 2001 From: Zeke Mostov <32168567+emostov@users.noreply.github.com> Date: Tue, 29 Dec 2020 10:30:02 -0800 Subject: [PATCH] Apply suggestions from code review Co-authored-by: David --- src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 30ddf3bda8..541e250c34 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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 ClientBuilder { /// 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: