From e0b8522661074ec7fe8b5b0687da7886492bc89c Mon Sep 17 00:00:00 2001 From: Juan Ignacio Rios <54085674+JuaniRios@users.noreply.github.com> Date: Mon, 30 Sep 2024 14:47:27 +0200 Subject: [PATCH] Update types.rs --- pallets/funding/src/types.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pallets/funding/src/types.rs b/pallets/funding/src/types.rs index 434801f3..d2d01671 100644 --- a/pallets/funding/src/types.rs +++ b/pallets/funding/src/types.rs @@ -807,7 +807,7 @@ pub mod inner { pub enum ParticipationMode { /// One Token Model. User only needs funding assets, and pays a fee to bond treasury PLMC. OTM, - /// Normal model. User needs to bond PLMC based on a multiplier, and pays no fee. + /// Classic model. User needs to bond PLMC based on a multiplier, and pays no extra fee. Classic(u8), } impl ParticipationMode {