Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update substrate and subxt #435

Merged
merged 14 commits into from
Oct 26, 2023
Prev Previous commit
Next Next commit
clean
  • Loading branch information
JesseAbram committed Oct 25, 2023
commit 01d9fcc9e79783cf906c03107ce8a27df354d321
4 changes: 2 additions & 2 deletions pallets/free-tx/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use core::convert::{TryFrom, TryInto};
use frame_election_provider_support::{onchain, SequentialPhragmen, VoteWeight};
use frame_support::{
ord_parameter_types, parameter_types,
traits::{ConstU32, GenesisBuild, Get, Hooks, OneSessionHandler},
traits::{ConstU32, Get, Hooks, OneSessionHandler},
};
use frame_system as system;
use frame_system::EnsureSignedBy;
Expand All @@ -12,7 +12,7 @@ use pallet_staking::StakerStatus;
use sp_core::H256;
use sp_runtime::{
curve::PiecewiseLinear,
testing::{Header, TestXt, UintAuthorityId},
testing::{TestXt, UintAuthorityId},
traits::{BlakeTwo256, ConvertInto, IdentityLookup, Zero},
Perbill, BuildStorage
};
Expand Down