-
Notifications
You must be signed in to change notification settings - Fork 255
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a potential crash related to varying behavior between change stra…
…tegies. It was possible for `GreedyInputSelector` to crash if the change strategy being used for input selection were to place a ZIP 320 ephemeral output anywhere but as the last element in the returned change values. This has been replaced by an error; the error will also be returned if the change strategy returns more than one ephemeral output in the change values.
- Loading branch information
Showing
2 changed files
with
38 additions
and
14 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