mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-21 15:35:42 +00:00
Fixed build (#9021)
This commit is contained in:
@@ -88,6 +88,8 @@ impl pallet_balances::Config for Test {
|
|||||||
type AccountStore = System;
|
type AccountStore = System;
|
||||||
type WeightInfo = ();
|
type WeightInfo = ();
|
||||||
type MaxLocks = ();
|
type MaxLocks = ();
|
||||||
|
type MaxReserves = ();
|
||||||
|
type ReserveIdentifier = ();
|
||||||
}
|
}
|
||||||
|
|
||||||
impl pallet_transaction_storage::Config for Test {
|
impl pallet_transaction_storage::Config for Test {
|
||||||
|
|||||||
Reference in New Issue
Block a user