From 24a35ec325257bae3281e45ce1a962d981586329 Mon Sep 17 00:00:00 2001 From: Dmitry Sinyavin Date: Fri, 16 Feb 2024 10:23:49 +0100 Subject: [PATCH] Typo --- relay/polkadot/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/relay/polkadot/src/lib.rs b/relay/polkadot/src/lib.rs index 59c5122351..5414d41c7a 100644 --- a/relay/polkadot/src/lib.rs +++ b/relay/polkadot/src/lib.rs @@ -478,7 +478,7 @@ impl_opaque_keys! { } // remove this when removing `OldSessionKeys` -fn transform_session_keys(_v: AccountId, old: OldSessionKeys) -> SessionKeys { +fn transform_session_keys(v: AccountId, old: OldSessionKeys) -> SessionKeys { SessionKeys { grandpa: old.grandpa, babe: old.babe,