reaster / cardano_wallet_sdk

Targeting Flutter apps, the Cardano Wallet SDK is a high-level Dart library for managing cryptocurrency accounts & executing transactions on the blockchain.
Apache License 2.0
38 stars 18 forks source link

MissingVKeyWitnessesUTXOW #11

Closed FerMod closed 2 years ago

FerMod commented 2 years ago

After sending and receiving ADA, the next send transactions will fail with the following error message:

[ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: Exception: 400: Bad Request: {"error":"Bad Request","message":"\"transaction submit error ShelleyTxValidationError ShelleyBasedEraAlonzo (ApplyTxError [UtxowFailure (WrappedShelleyEraFailure (MissingVKeyWitnessesUTXOW (WitHashes (fromList [KeyHash \\\"e33b0d3ff126938a6849b23e82e4f07c74fef5320f34d9acfc7044f3\\\"]))))])\"","status_code":400}
reaster commented 2 years ago

I now works with ADA, but not native tokens. That will come in the next development round.