cardano-serialization-lib icon indicating copy to clipboard operation
cardano-serialization-lib copied to clipboard

What does 'Inputs do not conform to this spec or are otherwise invalid.' mean?

Open oskin1 opened this issue 3 years ago • 3 comments

Getting this exception when calling .build() on TxBuilder. Can't find this exception in the serlib codebase.

The TX is built like this: https://github.com/ergolabs/cardano-dex-sdk-js/blob/f8a9db329b63c23b741711b19ad99500305d2a21/src/cardano/wallet/txAsm.ts#L18

oskin1 avatar Apr 15 '22 13:04 oskin1

Could mean many things, for example, sending ADA from a testnet address to a mainet address will also give you this error. It could be anything, so double check everything and check again.

jinglescode avatar Apr 15 '22 14:04 jinglescode

Could mean many things, for example, sending ADA from a testnet address to a mainet address will also give you this error. It could be anything, so double check everything and check again.

Had the same issue thanks, this solved also my issue (wrong wallet address mainnet instead of testnet address)

ccdejene avatar Mar 08 '23 20:03 ccdejene