Replies: 1 comment
-
@0xMakka use the latest |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi guys, I'm pretty new the to the Cardano ecosystem and working on a new token.
In Node.js, I'm using AppWallet passing along my mnemonic phrase,
I'm looking to send a token from the above wallet to another wallet, I'm building up the transaction and all this works fine, but it fails at the point of signing the transaction from the wallet.
I'm receiving the following error
Error: An error occurred during signTx: Error: Missing key witness for: ...
. Has anyone came across this issue before, I would have assumed the wallet instance would contain the signing key?Beta Was this translation helpful? Give feedback.
All reactions