We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
WE currently just choose the smallest "valid" UTxO as our collateral. But according to this: https://twitter.com/_KtorZ_/status/1598471789574856704?s=20&t=DFEkjQZKu-ajVvRMc2UB9w we can use whichever UTxO and specify the right amount of change. That's much more robust.
The text was updated successfully, but these errors were encountered:
Oh. This is just a V2 feature. So we just need to make sure we include this in our V2 impl here: #40
Sorry, something went wrong.
No branches or pull requests
WE currently just choose the smallest "valid" UTxO as our collateral. But according to this:
https://twitter.com/_KtorZ_/status/1598471789574856704?s=20&t=DFEkjQZKu-ajVvRMc2UB9w
we can use whichever UTxO and specify the right amount of change. That's much more robust.
The text was updated successfully, but these errors were encountered: