Companion for #7363 (Account-providers ref-counting) (#2152)

* Fix

* Fix

* Bump Substrate

Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com>
This commit is contained in:
Gavin Wood
2021-01-16 20:18:13 +01:00
committed by GitHub
parent 366c229f6f
commit 8ec9040b00
6 changed files with 288 additions and 295 deletions
+1 -1
View File
@@ -651,7 +651,7 @@ mod tests {
type PalletInfo = ();
type AccountData = pallet_balances::AccountData<u64>;
type OnNewAccount = ();
type OnKilledAccount = Balances;
type OnKilledAccount = ();
type SystemWeightInfo = ();
type SS58Prefix = ();
}