git.delta.rocks / unique-network / refs/commits / 6e2472d8ba90

difftreelog

update quartz runtime

Igor Kozyrev2022-06-03parent: #dba037c.patch.diff
in: master

1 file changed

modifiedruntime/quartz/src/lib.rsdiffbeforeafterboth
420420
421impl pallet_balances::Config for Runtime {421impl pallet_balances::Config for Runtime {
422 type MaxLocks = MaxLocks;422 type MaxLocks = MaxLocks;
423 type MaxReserves = ();423 type MaxReserves = MaxReserves;
424 type ReserveIdentifier = [u8; 16];424 type ReserveIdentifier = [u8; 16];
425 /// The type for recording an account's balance.425 /// The type for recording an account's balance.
426 type Balance = Balance;426 type Balance = Balance;