From 436ee423b9e40de2842c28fbc65b7cb7b0dbfc7b Mon Sep 17 00:00:00 2001 From: Juan Ignacio Rios Date: Fri, 26 Jul 2024 12:00:46 +0200 Subject: [PATCH] Simplifications part 5 --- pallets/funding/src/functions/6_settlement.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/pallets/funding/src/functions/6_settlement.rs b/pallets/funding/src/functions/6_settlement.rs index d69612482..ee7e1b655 100644 --- a/pallets/funding/src/functions/6_settlement.rs +++ b/pallets/funding/src/functions/6_settlement.rs @@ -98,6 +98,7 @@ impl Pallet { Error::::FundingSuccessSettlementNotStarted ); + // Based on the results of the funding round, the evaluator is either: // 1. Slashed // 2. Rewarded with CT tokens