mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 19:47:59 +00:00
Rename ensure_free_balance_is to make_free_balance_be (#2092)
This commit is contained in:
@@ -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,
|
||||
) -> (
|
||||
|
||||
Reference in New Issue
Block a user