This commit is contained in:
Mara Robin B
2022-05-12 15:42:58 +02:00
committed by GitHub
parent 5e458f6acb
commit 2bb89cc5c9
+1 -2
View File
@@ -472,8 +472,7 @@ where
>,
{
ext.execute_with(|| {
let (solution, _) =
<EPM::Pallet<T>>::mine_solution().map_err::<Error<T>, _>(Into::into)?;
let (solution, _) = <EPM::Pallet<T>>::mine_solution().map_err::<Error<T>, _>(Into::into)?;
if do_feasibility {
let _ = <EPM::Pallet<T>>::feasibility_check(
solution.clone(),