From e7cba9a6526826d6f7e15c6e4dbe5b785092e9e5 Mon Sep 17 00:00:00 2001 From: PraetorP Date: Mon, 05 Jun 2023 08:37:47 +0000 Subject: [PATCH] chore(app-promo): added comment to `payout_stakers` --- --- 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, -- gitstuff