mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 19:21:13 +00:00
there's a typo (#3779)
There was a typo, so now, there's no more typo. Co-authored-by: Liam Aharon <liam.aharon@hotmail.com>
This commit is contained in:
@@ -32,7 +32,7 @@ pub enum MultiAddress<AccountId, AccountIndex> {
|
||||
Raw(Vec<u8>),
|
||||
/// It's a 32 byte representation.
|
||||
Address32([u8; 32]),
|
||||
/// Its a 20 byte representation.
|
||||
/// It's a 20 byte representation.
|
||||
Address20([u8; 20]),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user