-
Notifications
You must be signed in to change notification settings - Fork 217
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use a null address and minimal coin value within `performSelectionEmp…
…ty`. Now that `performSelectionNonEmpty` no longer validates the minimum ada quantities of user-specified outputs (a responsibility that has been moved to the top-level coin selection module), we are free to choose any `Address` (even if invalid) and any non-zero `Coin` value for the dummy output used by `performSelectionEmpty`. In order to minimize any overestimation in cost resulting from the use of a dummy output, we choose the shortest possible `Address` (which is a null-length address) and the smallest possible non-zero `Coin` value.
- Loading branch information
1 parent
0a61058
commit 6c270a5
Showing
5 changed files
with
34 additions
and
31 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
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
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