Use Extensible Multiaddress in all Polkadot Runtimes (#2126)

* Use extensible multiaddress

* copy pasta
This commit is contained in:
Shawn Tabrizi
2021-01-27 04:00:33 -04:00
committed by GitHub
parent ca2fedc395
commit 884167a5e7
5 changed files with 25 additions and 17 deletions
+1 -1
View File
@@ -528,7 +528,7 @@ construct_runtime! {
}
/// The address format for describing accounts.
pub type Address = <Indices as StaticLookup>::Source;
pub type Address = sp_runtime::MultiAddress<AccountId, AccountIndex>;
/// Block header type as expected by this runtime.
pub type Header = generic::Header<BlockNumber, BlakeTwo256>;
/// Block type as expected by this runtime.