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
2255: do not enforce non-empty outputs for unsigned tx r=KtorZ a=KtorZ
# Issue Number
<!-- Put here a reference to the issue this PR relates to and which requirements it tackles -->
#2200
# Overview
<!-- Detail in a few bullet points the work accomplished in this PR -->
- c60c5a6
📍 **do not enforce non-empty outputs for unsigned tx**
Actually, there are many use-cases for empty outputs. This occurs in
particular often when performing a selection for delegation: in this
scenario, there are typically no outputs at all and, depending on the
size of the selected input(s), there might be no change at all
(because of the minUTxO value).
# Comments
<!-- Additional comments or screenshots to attach if any -->
Should fix:
- #2213 (comment)
- #2213 (comment)
Thanks @piotr-iohk 🙏
<!--
Don't forget to:
✓ Self-review your changes to make sure nothing unexpected slipped through
✓ Assign yourself to the PR
✓ Assign one or several reviewer(s)
✓ Once created, link this PR to its corresponding ticket
✓ Assign the PR to a corresponding milestone
✓ Acknowledge any changes required to the Wiki
-->
Co-authored-by: KtorZ <matthias.benkort@gmail.com>
0 commit comments