-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(wallet_state): Don't use timelocked UTXOs as tx-inputs
Prior to this commit, timelocked UTXOs could be used as transaction-inputs *if* the non-timelocked balance was otherwise sufficient. With this fix, each UTXO is checked for a timelock prior to being added to the returned list of UTXOs. This closes #207. Co-authored-by: danda <[email protected]>
- Loading branch information
1 parent
8453d24
commit 93146bc
Showing
1 changed file
with
107 additions
and
12 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