Skip to content

Commit 1febc0a

Browse files
committedNov 28, 2024
Set round end block to None on evaluation fail
1 parent 946f64d commit 1febc0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pallets/funding/src/functions/2_evaluation.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ impl<T: Config> Pallet<T> {
6060
project_details,
6161
ProjectStatus::EvaluationRound,
6262
ProjectStatus::FundingFailed,
63-
Some(One::one()),
63+
None,
6464
false,
6565
)
6666
}

0 commit comments

Comments
 (0)
Failed to load comments.