git.delta.rocks / unique-network / refs/commits / 9a3402503974

difftreelog

test initialize balances when constructing runtime

Yaroslav Bolyukin2021-03-23parent: #8eed0a6.patch.diff
in: master

1 file changed

modifiedpallets/nft/src/mock.rsdiffbeforeafterboth
24 {24 {
25 System: frame_system::{Module, Call, Config, Storage, Event<T>},25 System: frame_system::{Module, Call, Config, Storage, Event<T>},
26 TemplateModule: pallet_template::{Module, Call, Storage},26 TemplateModule: pallet_template::{Module, Call, Storage},
27 Balances: pallet_balances::{Module, Call, Storage},
27 }28 }
28);29);
2930