difftreelog
Fix style
in: master
2 files changed
pallets/unique/src/sponsorship.rsdiffbeforeafterboth366 None366 None367 }367 }368369 // // existance check370 // match collection.mode {371 // CollectionMode::NFT => <NftTransferBasket<T>>::get(collection.id, token),372 // CollectionMode::Fungible(_) => {373 // <FungibleTransferBasket<T>>::get(collection.id, who.as_sub())374 // }375 // CollectionMode::ReFungible => {376 // <ReFungibleTransferBasket<T>>::get((collection.id, token, who.as_sub()))377 // }378 // };379 }368 }380}369}381370runtime/common/src/runtime_apis.rsdiffbeforeafterboth--- a/runtime/common/src/runtime_apis.rs
+++ b/runtime/common/src/runtime_apis.rs
@@ -75,6 +75,7 @@
collection,
account,
token))
+ }
fn effective_collection_limits(collection: CollectionId) -> Result<Option<CollectionLimits>, DispatchError> {
Ok(<pallet_common::Pallet<Runtime>>::effective_collection_limits(collection))