Skip to content
Snippets Groups Projects
Commit 7cf80108 authored by Keith Yeung's avatar Keith Yeung Committed by GitHub
Browse files

Companion for paritytech/substrate#10242 (#4862)


* Rename to BagError

* update lockfile for {"substrate"}

Co-authored-by: default avatarShawn Tabrizi <shawntabrizi@gmail.com>
Co-authored-by: parity-processbot <>
parent dea0cc42
No related merge requests found
This diff is collapsed.
......@@ -77,7 +77,7 @@ pub struct UseNominatorsAndUpdateBagsList<T>(PhantomData<T>);
impl<T: pallet_bags_list::Config + pallet_staking::Config> SortedListProvider<T::AccountId>
for UseNominatorsAndUpdateBagsList<T>
{
type Error = pallet_bags_list::Error;
type Error = pallet_bags_list::ListError;
type Score = <T as pallet_bags_list::Config>::Score;
fn iter() -> Box<dyn Iterator<Item = T::AccountId>> {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment