Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushmishra2005 committed Jan 5, 2025
1 parent 5c41d05 commit 16e17ef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pallets/ddc-verification/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4229,8 +4229,7 @@ pub mod pallet {
.map(|(_, k)| T::AccountId::decode(&mut &k.into().encode()[..]).unwrap())
.collect::<Vec<_>>();

ValidatorSet::<T>::put(validators); // only active validators in session - this is NOT all the
// validators
ValidatorSet::<T>::put(validators); // only active validators in session - this is NOT all the validators
}

#[allow(clippy::multiple_bound_locations)]
Expand Down

0 comments on commit 16e17ef

Please sign in to comment.