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

Commit

Permalink
fix: Change to an address format that has not been reserved
Browse files Browse the repository at this point in the history
  • Loading branch information
ltfschoen committed May 26, 2020
1 parent dc14d7a commit a4ba9be
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions primitives/core/src/crypto.rs
Original file line number Diff line number Diff line change
Expand Up @@ -472,11 +472,13 @@ ss58_address_format!(
(43, "reserved43", "Reserved for future use (43).")
SubstraTeeAccount =>
(44, "substratee", "Any SubstraTEE off-chain network private account (*25519).")
DataHighwayAccount =>
(46, "datahighway", "DataHighway mainnet, standard account (*25519).")
Reserved46 =>
(46, "reserved46", "Reserved for future use (46).")
Reserved47 =>
(47, "reserved47", "Reserved for future use (47).")
// Note: 48 and above are reserved.
DataHighwayAccount =>
(49, "datahighway", "DataHighway mainnet, standard account (*25519).")
);

/// Set the default "version" (actually, this is a bit of a misnomer and the version byte is
Expand Down

0 comments on commit a4ba9be

Please sign in to comment.