mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 18:07:58 +00:00
update ss58 type to u16 (#8955)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user