git.delta.rocks / unique-network / refs/commits / 18bd1f51b352

difftreelog

tests: make collection creation free for unit tests

Yaroslav Bolyukin2021-03-23parent: #9a34025.patch.diff
in: master

1 file changed

modifiedpallets/nft/src/mock.rsdiffbeforeafterboth
135}135}
136136
137parameter_types! {137parameter_types! {
138 pub const CollectionCreationPrice: u32 = 1_000_000;138 pub const CollectionCreationPrice: u32 = 0;
139 pub TreasuryAccountId: u64 = 1234;139 pub TreasuryAccountId: u64 = 1234;
140}140}
141141