mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 14:41:11 +00:00
Companion for https://github.com/paritytech/substrate/pull/9569 (#3662)
* Fix weights * Fix more * update Substrate * fmt Co-authored-by: parity-processbot <>
This commit is contained in:
@@ -315,7 +315,6 @@ parameter_types! {
|
||||
impl frame_election_provider_support::onchain::Config for Runtime {
|
||||
type AccountId = <Self as frame_system::Config>::AccountId;
|
||||
type BlockNumber = <Self as frame_system::Config>::BlockNumber;
|
||||
type BlockWeights = ();
|
||||
type Accuracy = sp_runtime::Perbill;
|
||||
type DataProvider = Staking;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user