-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Description
Currently (#22) there's a warning:
in module Seabug.Contract.CnftMint
at src/Seabug/Contract/CnftMint.purs:33:1 - 36:46 (line 33, column 1 - line 36, column 46)
A custom warning occurred while solving type class constraints:
Some wallets may not recognize addresses without a staking key component. Consider usingmustPayToPubKeyAddress
in value declaration mintCnft
Don't think this is critical because the minting is working. It should be a quick fix, I just couldn't test it because Nami and Gero weren't working and my KeyWallet didn't have a staking key. The fix should be:
- Update CnftMint to use
mustPayToPubKeyAddress
instead ofmustPayToPubKey
(useownerStake
variable that's already defined) - Update Mint to search for utxos at
payPubKeyHashBaseAddress
instead ofpayPubKeyHashEnterpriseAddress
Metadata
Metadata
Assignees
Labels
No labels