--- a/pallets/app-promotion/src/lib.rs +++ b/pallets/app-promotion/src/lib.rs @@ -623,6 +623,7 @@ let flush_stake = || -> DispatchResult { if let Some(last_id) = &*last_id.borrow() { if !income_acc.borrow().is_zero() { + // TO-DO: When moving to ED>0, reconsider the value of preservation <::Currency as Mutate>::transfer( &T::TreasuryAccountId::get(), last_id,