diff --git a/src/integrationTest/java/com/bloxbean/cardano/aiken/tx/evaluator/ApplyParamMintNFTIT.java b/src/integrationTest/java/com/bloxbean/cardano/aiken/tx/evaluator/ApplyParamMintNFTIT.java index 9726cdd..c3ebe14 100644 --- a/src/integrationTest/java/com/bloxbean/cardano/aiken/tx/evaluator/ApplyParamMintNFTIT.java +++ b/src/integrationTest/java/com/bloxbean/cardano/aiken/tx/evaluator/ApplyParamMintNFTIT.java @@ -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);