FallbackStrategy::Nothing (#3088)

This commit is contained in:
Shawn Tabrizi
2021-06-14 20:10:41 +01:00
committed by GitHub
parent 364a8d751d
commit 2a792b48e7
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -350,7 +350,7 @@ parameter_types! {
// fallback: run election on-chain.
pub const Fallback: pallet_election_provider_multi_phase::FallbackStrategy =
pallet_election_provider_multi_phase::FallbackStrategy::OnChain;
pallet_election_provider_multi_phase::FallbackStrategy::Nothing;
pub SolutionImprovementThreshold: Perbill = Perbill::from_rational(5u32, 10_000);
// miner configs
+1 -1
View File
@@ -331,7 +331,7 @@ parameter_types! {
// fallback: run election on-chain.
pub const Fallback: pallet_election_provider_multi_phase::FallbackStrategy =
pallet_election_provider_multi_phase::FallbackStrategy::OnChain;
pallet_election_provider_multi_phase::FallbackStrategy::Nothing;
pub SolutionImprovementThreshold: Perbill = Perbill::from_rational(5u32, 10_000);
// miner configs
+1 -1
View File
@@ -341,7 +341,7 @@ parameter_types! {
// fallback: run election on-chain.
pub const Fallback: pallet_election_provider_multi_phase::FallbackStrategy =
pallet_election_provider_multi_phase::FallbackStrategy::OnChain;
pallet_election_provider_multi_phase::FallbackStrategy::Nothing;
pub SolutionImprovementThreshold: Perbill = Perbill::from_rational(5u32, 10_000);