quick updates (#14557)

This commit is contained in:
PG Herveou
2023-07-12 10:59:01 +02:00
committed by GitHub
parent 1818bb130e
commit 49150ee583
2 changed files with 13 additions and 14 deletions
@@ -124,8 +124,7 @@ pub trait Currency<AccountId> {
/// Transfer some liquid free balance to another staker.
///
/// This is a very high-level function. It will ensure all appropriate fees are paid
/// and no imbalance in the system remains.
/// This is a very high-level function. It will ensure no imbalance in the system remains.
fn transfer(
source: &AccountId,
dest: &AccountId,