mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 20:11:09 +00:00
fix typo in balances module (#2972)
This commit is contained in:
committed by
Bastian Köcher
parent
068d99d481
commit
0b47b0784d
@@ -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
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user