git.delta.rocks / unique-network / refs/commits / 0fa7bd45c6ff

difftreelog

CORE-263

str-mv2021-11-29parent: #30c3834.patch.diff
in: master

1 file changed

modifiedpallets/common/src/lib.rsdiffbeforeafterboth
410410
411 // bound Total number of collections411 // bound Total number of collections
412 ensure!(412 ensure!(
413 created_count - destroyed_count < COLLECTION_NUMBER_LIMIT,413 created_count - destroyed_count <= COLLECTION_NUMBER_LIMIT,
414 <Error<T>>::TotalCollectionsLimitExceeded414 <Error<T>>::TotalCollectionsLimitExceeded
415 );415 );
416416