lucid
lucid copied to clipboard
Transaction Error in Validator
Hello guys.
Having this UTxO error when running minting. It doesn't happen at first time but happens after. Is this a know issue or as anyone encounter it?
Let me know what you guys think.
I'm running it in a NodeJS server and lucid-cardano version: 0.10.6
Error: "transaction submit error ShelleyTxValidationError ShelleyBasedEraBabbage (ApplyTxError [UtxowFailure (UtxoFailure (FromAlonzoUtxoFail (ValueNotConservedUTxO (Value 0 (fromList [])) (Value 12903067410 (fromList []))))),UtxowFailure (UtxoFailure (FromAlonzoUtxoFail (BadInputsUTxO (fromList [TxIn (TxId {_unTxId = SafeHash \"708cf8686b8f22f025cc09cb615869c8486539d8e9f42b200b8121a97f548017\"}) (TxIx 1)]))))])"
BadInputsUTxO
means that the input it is trying to consume doesn't belong to current UTxO set, probably because another tx already consumed this input.
@TiagoX9 I am also facing the same error, did you fix that issue?
BadInputsUTxO
means that the input it is trying to consume doesn't belong to current UTxO set, probably because another tx already consumed this input.
how can I solve this issue? please help me