Rename ensure_free_balance_is to make_free_balance_be (#2092)

This commit is contained in:
Gav Wood
2019-03-23 11:18:14 +01:00
committed by GitHub
parent ce32bfa923
commit 91c7c7188d
4 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -355,7 +355,7 @@ pub trait Currency<AccountId> {
///
/// Returns a signed imbalance and status to indicate if the account was successfully updated or update
/// has led to killing of the account.
fn ensure_free_balance_is(
fn make_free_balance_be(
who: &AccountId,
balance: Self::Balance,
) -> (