mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 11:41:02 +00:00
Nicks are 32 bytes (#634)
* Nicks 32 bytes * Bump runtime version * Update lock
This commit is contained in:
@@ -97,7 +97,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
|
||||
spec_name: create_runtime_str!("kusama"),
|
||||
impl_name: create_runtime_str!("parity-kusama"),
|
||||
authoring_version: 2,
|
||||
spec_version: 1020,
|
||||
spec_version: 1021,
|
||||
impl_version: 0,
|
||||
apis: RUNTIME_API_VERSIONS,
|
||||
};
|
||||
@@ -540,7 +540,7 @@ impl sudo::Trait for Runtime {
|
||||
parameter_types! {
|
||||
pub const ReservationFee: Balance = 1 * DOLLARS;
|
||||
pub const MinLength: usize = 3;
|
||||
pub const MaxLength: usize = 16;
|
||||
pub const MaxLength: usize = 32;
|
||||
}
|
||||
|
||||
impl nicks::Trait for Runtime {
|
||||
|
||||
Reference in New Issue
Block a user