Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
Fix value on commercial use flavor (#128)
Browse files Browse the repository at this point in the history
fix value on commercial use flavor
  • Loading branch information
Ramarti authored Feb 23, 2024
1 parent 011ddca commit 75abae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/lib/PILFlavors.sol
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ library PILFlavors {
commercializerCheckerData: EMPTY_BYTES,
commercialRevShare: 0,
derivativesAllowed: true,
derivativesAttribution: false,
derivativesAttribution: true,
derivativesApproval: false,
derivativesReciprocal: false,
territories: new string[](0),
Expand Down

0 comments on commit 75abae7

Please sign in to comment.