update ss58 type to u16 (#8955)

This commit is contained in:
Jakub Pánik
2021-06-04 11:01:05 +02:00
committed by GitHub
parent 223529e4dd
commit 1480b13cc5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -266,7 +266,7 @@ pub mod pallet {
/// that the runtime should know about the prefix in order to make use of it as
/// an identifier of the chain.
#[pallet::constant]
type SS58Prefix: Get<u8>;
type SS58Prefix: Get<u16>;
/// What to do if the user wants the code set to something. Just use `()` unless you are in
/// cumulus.