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

Commit

Permalink
fix: mint payment based on amount minted
Browse files Browse the repository at this point in the history
  • Loading branch information
jdubpark committed Feb 23, 2024
1 parent e791af6 commit 03ca0eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/modules/licensing/LicensingModule.sol
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ contract LicensingModule is AccessControlled, ILicensingModule, BaseModule, Reen
msg.sender,
pol.royaltyPolicy,
pol.mintingFeeToken,
pol.mintingFee
pol.mintingFee * amount
);
}
}
Expand Down

0 comments on commit 03ca0eb

Please sign in to comment.