You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue happens with wallet from seed. On signTx call, an UTXO query is made to check if any of the inputs is locked by the payment pub key hash. However, instead of querying by payment credential, the function only queries by base address (assuming that addressType is unset). Therefore the library refuses to sign the transaction even if it's a valid signer.
In this example on preview testnet, all UTXOs share the same payment credential. Because the library doesn't sign, error is thrown on transaction submission:
This issue happens with wallet from seed. On
signTx
call, an UTXO query is made to check if any of the inputs is locked by the payment pub key hash. However, instead of querying by payment credential, the function only queries by base address (assuming thataddressType
is unset). Therefore the library refuses to sign the transaction even if it's a valid signer.lucid/src/lucid/lucid.ts
Line 501 in 0c8fec0
Reproduce case:
Viewed by cardano-cli:
In this example on preview testnet, all UTXOs share the same payment credential. Because the library doesn't sign, error is thrown on transaction submission:
The text was updated successfully, but these errors were encountered: