@@ -621,7 +621,7 @@ impl pallet_multisig::Config for Runtime {
621
621
type DepositFactor = DepositFactor ;
622
622
type MaxSignatories = ConstU32 < 100 > ;
623
623
type WeightInfo = weights:: pallet_multisig:: WeightInfo < Runtime > ;
624
- type BlockNumberProvider = frame_system :: Pallet < Runtime > ;
624
+ type BlockNumberProvider = System ;
625
625
}
626
626
627
627
impl pallet_aura:: Config for Runtime {
@@ -862,7 +862,7 @@ impl pallet_proxy::Config for Runtime {
862
862
type CallHasher = BlakeTwo256 ;
863
863
type AnnouncementDepositBase = AnnouncementDepositBase ;
864
864
type AnnouncementDepositFactor = AnnouncementDepositFactor ;
865
- type BlockNumberProvider = frame_system :: Pallet < Runtime > ;
865
+ type BlockNumberProvider = System ;
866
866
}
867
867
868
868
impl pallet_escrow:: Config for Runtime {
@@ -945,7 +945,7 @@ impl pallet_scheduler::Config for Runtime {
945
945
type MaxScheduledPerBlock = ConstU32 < 50 > ;
946
946
type WeightInfo = weights:: pallet_scheduler:: WeightInfo < Runtime > ;
947
947
type Preimages = Preimage ;
948
- type BlockNumberProvider = frame_system :: Pallet < Runtime > ;
948
+ type BlockNumberProvider = System ;
949
949
}
950
950
951
951
parameter_types ! {
@@ -1073,7 +1073,7 @@ impl pallet_treasury::Config for Runtime {
1073
1073
type Paymaster = PayFromAccount < Balances , TreasuryAccount > ;
1074
1074
type BalanceConverter = UnityAssetBalanceConversion ;
1075
1075
type PayoutPeriod = SpendPayoutPeriod ;
1076
- type BlockNumberProvider = frame_system :: Pallet < Runtime > ;
1076
+ type BlockNumberProvider = System ;
1077
1077
#[ cfg( feature = "runtime-benchmarks" ) ]
1078
1078
type BenchmarkHelper = TreasuryBenchmarkHelper < Balances > ;
1079
1079
}
0 commit comments