From d24603094e92552af42fbb33e145a115e5aa27b0 Mon Sep 17 00:00:00 2001 From: Helena Adamkova <58051865+Ellenn-A@users.noreply.github.com> Date: Thu, 13 Feb 2025 11:27:11 +0000 Subject: [PATCH] typo --- Cargo.toml | 2 +- node/src/chain_spec.rs | 2 +- runtime/src/lib.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3c33f6c6..1f44aa73 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ resolver = "2" [workspace.package] edition = "2021" -version = "12.1.3" +version = "12.1.4" [workspace.dependencies] ############################## diff --git a/node/src/chain_spec.rs b/node/src/chain_spec.rs index b1b90017..ec54e1c0 100644 --- a/node/src/chain_spec.rs +++ b/node/src/chain_spec.rs @@ -58,7 +58,7 @@ pub fn development_config() -> Result { get_account_id_from_seed::("Charlie"), get_account_id_from_seed::("Dave"), get_account_id_from_seed::("Eve"), - get_account_id_from_seed::("Freddie"), + get_account_id_from_seed::("Ferdie"), ], vec![ get_account_id_from_seed::("Alice"), diff --git a/runtime/src/lib.rs b/runtime/src/lib.rs index cd9317d5..fa8146c3 100644 --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -93,7 +93,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("sqnc"), impl_name: create_runtime_str!("sqnc"), authoring_version: 1, - spec_version: 1135, + spec_version: 1136, impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 1,