miguelaeh/cardanocli-js

getting error when trying to mint nft's on mainnet ScriptWitnessNotValidatingUTXOW

Closed this issue · 1 comments

I am attempting to Mint a block 0f 12 NFTs. I used the Example mint script as a guide.

const txHash = cardanocliJs.transactionSubmit(signed); Generates this error:

Command failed: transaction submit Error: Error while submitting tx: ShelleyTxValidationError ShelleyBasedEraAlonzo (ApplyTxError [UtxowFailure (WrappedShelleyEraFailure (ScriptWitnessNotValidatingUTXOW (fromList [ScriptHash "0e2240f38eebac8e4139fb959bb882f42112b8cf1446deba79710367"])))])

This may be a bug in cardano-cli. There's an open issue on the cardano Stack Exchange with no responses as of this posting.
https://cardano.stackexchange.com/questions/7322/cardano-cli-submit-error-scriptwitnessnotvalidatingutxow

Figured it out, had an old signing script structure.