Skip to content

Commit

Permalink
Update types.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
JuaniRios authored Sep 30, 2024
1 parent a04bf46 commit e0b8522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/funding/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit e0b8522

Please sign in to comment.