-
Notifications
You must be signed in to change notification settings - Fork 169
Closed
Description
Hi, thanks for the wallet!
Can you review the doco under cardano.signTx(tx, partialSign), it has "Transaction is a hex encoded cbor string." however under the hood it requires Hex bytes [i.e. at api/extension/index.js:745 => rawTx=Loader.Cardano.Transaction.from_bytes(Buffer.from(tx,'hex'));.
Indeed I needed to provide the latter for it to work. This is the error when providing cbor hex:
"code: -1
info: "Inputs do not conform to this spec or are otherwise invalid.""
Thanks
Metadata
Metadata
Assignees
Labels
No labels