Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Prev Previous commit
Next Next commit
update name
  • Loading branch information
shawntabrizi committed Oct 23, 2020
commit b81b08dd34237d20d8574f1bf2bf50bf8bef7c68
4 changes: 2 additions & 2 deletions primitives/runtime/src/multiaddress.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ pub enum MultiAddress<AccountId, AccountIndex> where
/// It's some arbitrary raw bytes.
Raw(Vec<u8>),
/// It's a 32 byte representation.
Account32([u8; 32]),
Address32([u8; 32]),
/// Its a 20 byte representation.
Account20([u8; 20]),
Address20([u8; 20]),
}

#[cfg(feature = "std")]
Expand Down