-
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.
Check that
Selection.create
and Selection.extend
minimize the fee.
It's really important that both of these functions minimize the fee. So we check that: 1. Calling `balance` on a resultant selection leaves it unchanged. 2. Calling `minimizeFee` on a resultant fee excess leaves it unchanged. In response to review feedback: #2618 (comment)
- Loading branch information
1 parent
5c2b38d
commit adf7dd0
Showing
2 changed files
with
47 additions
and
9 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