--- a/pallets/app-promotion/src/lib.rs +++ b/pallets/app-promotion/src/lib.rs @@ -149,21 +149,21 @@ /// Amount of accrued interest BalanceOf, ), - + /// Staking was performed /// /// # Arguments /// * AccountId: ID of the staker /// * Balance : staking amount Stake(T::AccountId, BalanceOf), - + /// Unstaking was performed /// /// # Arguments /// * AccountId: ID of the staker /// * Balance : unstaking amount Unstake(T::AccountId, BalanceOf), - + /// The admin was set /// /// # Arguments