We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 946f64d commit 1febc0aCopy full SHA for 1febc0a
pallets/funding/src/functions/2_evaluation.rs
@@ -60,7 +60,7 @@ impl<T: Config> Pallet<T> {
60
project_details,
61
ProjectStatus::EvaluationRound,
62
ProjectStatus::FundingFailed,
63
- Some(One::one()),
+ None,
64
false,
65
)
66
}
0 commit comments