mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 15:11:02 +00:00
Companion for paritytech/substrate#10242 (#4862)
* Rename to BagError
* update lockfile for {"substrate"}
Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com>
Co-authored-by: parity-processbot <>
This commit is contained in:
Generated
+163
-163
File diff suppressed because it is too large
Load Diff
@@ -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>> {
|
||||
|
||||
Reference in New Issue
Block a user