forked from Blockstream/gdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rust: get_unspent_outputs: fix bug returning utxos from replaced txs
In 0a55d99 a regression was introduced, which caused transactions that have been replaced or dropped out of mempool be included in the utxos. This might cause the balance to be incorrect or sent transactions to be rejected. This commit fixes the above issue.
- Loading branch information
1 parent
5782c2b
commit f32b0d2
Showing
3 changed files
with
14 additions
and
1 deletion.
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