-
Notifications
You must be signed in to change notification settings - Fork 217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Byron->Shelley migration doesn't work #1856
Comments
I imagine that this issue is now fixed. |
It is fixed. |
Hi, I have been getting this error whilst trying to register my stake pool on 1.18.0: Error while submitting tx: ApplyTxError [LedgerFailure (UtxowFailure (MissingVKeyWitnessesUTXOW (WitHashes (fromList [KeyHash "1acd9a8e248a3b896cee183e776638bb6ba8142274c61f3409d871be"]))))] Is there a fix or workaround? |
This errors tells you that your transaction is missing a witness / signature. Have a look at the |
Context
When I try yo migrate funds from Byron wallet to a fresh created Shelley one, got error.
Steps to Reproduce
Expected behavior
Successfull transaction.
Actual behavior
Errors like:
{"code":"created_invalid_transaction","message":"That's embarrassing. It looks like I've created an invalid transaction that could not be parsed by the node. Here's an error message that may help with debugging: ApplyTxError [LedgerFailure (UtxowFailure (MissingVKeyWitnessesUTXOW (WitHashes (fromList [KeyHash 719cdfd98531883710ac6cfb3d067bc8679168747895536d776604a8]))))]"}
Resolution
QA
The text was updated successfully, but these errors were encountered: