Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Merkle Mountain Range pallet improvements #7891

Merged
16 commits merged into from
Jan 28, 2021
Merged
Prev Previous commit
Next Next commit
Typo.
  • Loading branch information
tomusdrw committed Jan 22, 2021
commit 080d1d30deaa1dd47540e7729216b41251ec99f9
2 changes: 1 addition & 1 deletion frame/merkle-mountain-range/primitives/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ impl Error {
#[cfg_attr(feature = "std", derive(serde::Serialize, serde::Deserialize))]
#[derive(RuntimeDebug, Clone, PartialEq)]
pub struct OpaqueLeaf(
/// Raw bytes of the leaf type encoded in it's compact form.
/// Raw bytes of the leaf type encoded in its compact form.
///
/// NOTE it DOES NOT include length prefix (like `Vec<u8>` encoding would).
#[cfg_attr(feature = "std", serde(with = "sp_core::bytes"))]
Expand Down