Skip to content

Commit

Permalink
Set round end block to None on evaluation fail
Browse files Browse the repository at this point in the history
  • Loading branch information
JuaniRios committed Oct 30, 2024
1 parent e552785 commit 663d2eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/funding/src/functions/2_evaluation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ impl<T: Config> Pallet<T> {
project_details,
ProjectStatus::EvaluationRound,
ProjectStatus::FundingFailed,
Some(One::one()),
None,
false,
)
}
Expand Down

0 comments on commit 663d2eb

Please sign in to comment.