Skip to content

Commit

Permalink
Update runtime-modules/project-token/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Mokhtar Naamani <mokhtar.naamani@gmail.com>
  • Loading branch information
ignazio-bovo and mnaamani committed Apr 3, 2024
1 parent b2046dd commit 3dc4539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime-modules/project-token/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ decl_module! {
}

if let Some(new_min_revenue_split_time_to_start) = parameters.min_revenue_split_time_to_start {
MinRevenueSplitDuration::<T>::put(new_min_revenue_split_time_to_start);
MinRevenueSplitTimeToStart::<T>::put(new_min_revenue_split_time_to_start);
}

if let Some(new_sale_platform_fee) = parameters.sale_platform_fee {
Expand Down

0 comments on commit 3dc4539

Please sign in to comment.