fix typo in balances module (#2972)

This commit is contained in:
hammeWang
2019-06-28 15:12:09 +08:00
committed by Bastian Köcher
parent 068d99d481
commit 0b47b0784d
+1 -1
View File
@@ -872,7 +872,7 @@ where
}
}
fn make_free_balance_be(who: &T::AccountId, balance: T::Balance) -> (
fn make_free_balance_be(who: &T::AccountId, balance: Self::Balance) -> (
SignedImbalance<Self::Balance, Self::PositiveImbalance>,
UpdateBalanceOutcome
) {