lucid icon indicating copy to clipboard operation
lucid copied to clipboard

Transaction Error in Validator

Open TiagoX9 opened this issue 1 year ago • 3 comments

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)]))))])"

TiagoX9 avatar Jun 24 '23 16:06 TiagoX9

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.

sourabhxyz avatar Jul 17 '23 05:07 sourabhxyz

@TiagoX9 I am also facing the same error, did you fix that issue?

Anil-akb avatar Jul 28 '23 11:07 Anil-akb

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

Anil-akb avatar Jul 29 '23 05:07 Anil-akb