difftreelog
Merge pull request #252 from UniqueNetwork/feature/CORE-263
in: master
CORE-263
1 file changed
pallets/common/src/lib.rsdiffbeforeafterboth417417418 // bound Total number of collections418 // bound Total number of collections419 ensure!(419 ensure!(420 created_count - destroyed_count < COLLECTION_NUMBER_LIMIT,420 created_count - destroyed_count <= COLLECTION_NUMBER_LIMIT,421 <Error<T>>::TotalCollectionsLimitExceeded421 <Error<T>>::TotalCollectionsLimitExceeded422 );422 );423423