difftreelog
CORE-263
in: master
1 file changed
pallets/common/src/lib.rsdiffbeforeafterboth410410411 // bound Total number of collections411 // bound Total number of collections412 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>>::TotalCollectionsLimitExceeded415 );415 );416416