Skip to content
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

Expect no_utxos_available instead of not_enough_money. #4374

Merged
merged 1 commit into from
Dec 22, 2023

Conversation

jonathanknowles
Copy link
Member

@jonathanknowles jonathanknowles commented Dec 22, 2023

Summary

This PR attempts to fix the end-to-end tests.

Details

If the wallet is asked to create a transaction in a situation where there are no UTxOs available, then the wallet will return a no_utxos_available error instead of a not_enough_money error.

See:

Issue

ADP-3248

In situations where there are no UTxOs available, the wallet will return
a `no_utxos_available` error instead of a `not_enough_money` error if it
is asked to create a transaction.

See: 15f75af
@paweljakubas paweljakubas added this pull request to the merge queue Dec 22, 2023
Merged via the queue into master with commit 68a442f Dec 22, 2023
4 checks passed
@paweljakubas paweljakubas deleted the jonathanknowles/fix-e2e-tests branch December 22, 2023 09:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants