diff --git a/pallets/funding/src/functions/misc.rs b/pallets/funding/src/functions/misc.rs index a09e7e86b..eff53720f 100644 --- a/pallets/funding/src/functions/misc.rs +++ b/pallets/funding/src/functions/misc.rs @@ -408,8 +408,8 @@ impl Pallet { // * Update storage * ProjectsDetails::::insert(project_id, project_details); - // // * Emit events * - // Self::deposit_event(Event::ProjectPhaseTransition { project_id, phase: next_round }); + // * Emit events * + Self::deposit_event(Event::ProjectPhaseTransition { project_id, phase: next_round }); Ok(()) }