Skip to content

Commit 3dc4539

Browse files
mrBovomnaamani
andauthored
Update runtime-modules/project-token/src/lib.rs
Co-authored-by: Mokhtar Naamani <[email protected]>
1 parent b2046dd commit 3dc4539

File tree

1 file changed

+1
-1
lines changed
  • runtime-modules/project-token/src

1 file changed

+1
-1
lines changed

runtime-modules/project-token/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ decl_module! {
252252
}
253253

254254
if let Some(new_min_revenue_split_time_to_start) = parameters.min_revenue_split_time_to_start {
255-
MinRevenueSplitDuration::<T>::put(new_min_revenue_split_time_to_start);
255+
MinRevenueSplitTimeToStart::<T>::put(new_min_revenue_split_time_to_start);
256256
}
257257

258258
if let Some(new_sale_platform_fee) = parameters.sale_platform_fee {

0 commit comments

Comments
 (0)