Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
s0me0ne-unkn0wn committed Feb 16, 2024
1 parent 59f2aca commit 24a35ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relay/polkadot/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 24a35ec

Please sign in to comment.