Skip to content

Commit

Permalink
[primitives/sybil] update junction format
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb committed May 21, 2021
1 parent 797bb42 commit d618978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion primitives/src/sybil.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,5 +130,5 @@ impl PersonhoodUniquenessRating {
}

pub fn sibling_junction(id: u32) -> (Junction, Junction) {
(Junction::Parent, Junction::Parachain { id })
(Junction::Parent, Junction::Parachain(id))
}

0 comments on commit d618978

Please sign in to comment.