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

Commit

Permalink
Update contracts/interfaces/licensing/IMintParamVerifier.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramarti authored Jan 29, 2024
1 parent 6052024 commit fd6d6f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/interfaces/licensing/IMintParamVerifier.sol
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ interface IMintParamVerifier is IParamVerifier {
function verifyMint(
address caller,
bool policyWasInherited,
address licensors,
address licensor,
address receiver,
uint256 mintAmount,
bytes memory policyData
Expand Down

0 comments on commit fd6d6f4

Please sign in to comment.