-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Having multi-asset output value sizes bounded only by what can fit into a transaction within the transaction size limit can make things awkward. The hypothetical example is that someone sends a near-max size utxo to someone else. This output is now difficult to spend. It cannot be spent simultaneously with any other input or any other output since it so near the limit. One might not be able to split it into two UTxOs since two smaller ones is probably bigger than one big one. At worst this output is stuck, at best it is annoying.
- Loading branch information
Jared Corduan
committed
Jan 14, 2021
1 parent
ae25641
commit aec21cb
Showing
2 changed files
with
73 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters