The functions mintAndRegisterIpAndMakeDerivativeWithLicenseTokens and registerIpAndMakeDerivativeWithLicenseTokens are failing due to recent changes in the registerDerivativeWithLicenseTokens function within the licensing module. These changes impose new restrictions on the owner of license tokens, as outlined in protocol-core-v1 #174.
Description
The functions
mintAndRegisterIpAndMakeDerivativeWithLicenseTokens
andregisterIpAndMakeDerivativeWithLicenseTokens
are failing due to recent changes in theregisterDerivativeWithLicenseTokens
function within the licensing module. These changes impose new restrictions on the owner of license tokens, as outlined in protocol-core-v1 #174.