Skip to content

Commit

Permalink
feat(#355): add DEPRECATED pragma for GYMintingPolicy
Browse files Browse the repository at this point in the history
  • Loading branch information
sourabhxyz committed Oct 4, 2024
1 parent 01beab0 commit c8d4c1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/GeniusYield/Types/Script.hs
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ readValidator = coerce readScript
-- Minting Policy
-------------------------------------------------------------------------------

{-# DEPRECATED GYMintingPolicy "Use GYScript." #-}
type GYMintingPolicy v = GYScript v

mintingPolicyVersion :: GYMintingPolicy v -> SingPlutusVersion v
Expand Down

0 comments on commit c8d4c1f

Please sign in to comment.