Skip to content

Commit

Permalink
Fix value on commercial use flavor (storyprotocol#128)
Browse files Browse the repository at this point in the history
fix value on commercial use flavor
  • Loading branch information
Ramarti authored and kingster-will committed Mar 16, 2024
1 parent 91f3aed commit ba4e9a9
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 ba4e9a9

Please sign in to comment.