--- a/pallets/refungible/src/lib.rs +++ b/pallets/refungible/src/lib.rs @@ -492,7 +492,7 @@ if >::get((collection.id, token, sender.as_sub())) < amount { ensure!( - collection.ignores_owned_amount(sender)?, + collection.ignores_owned_amount(sender)? && Self::token_exists(collection, token), >::CantApproveMoreThanOwned ); }