Skip to content

Commit

Permalink
Update ApplyParamMintNFTIT.java
Browse files Browse the repository at this point in the history
  • Loading branch information
satran004 committed Aug 23, 2023
1 parent f8861c2 commit cfeb4d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ void gitCardContract() throws ApiException {
.withSigner(SignerProviders.signerFrom(sender))
.withTxEvaluator(new AikenTransactionEvaluator(backendService))
.preBalanceTx((context, txn) -> {
//Remove the spend redeemer as it's not required for minting
//Remove the extra spend redeemer as it's not required for minting
txn.getWitnessSet().getRedeemers().removeIf(redeemer -> redeemer.getTag() == RedeemerTag.Spend);
}).withTxInspector(transaction -> {
System.out.println(transaction);
Expand Down

0 comments on commit cfeb4d9

Please sign in to comment.