-
Notifications
You must be signed in to change notification settings - Fork 267
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test bitcoind wallet behavior during double spend
When one of our wallet transactions is directly double-spent, the bitcoin wallet detects that and automatically frees up wallet inputs from the permanently double-spent wallet transaction. This is great, that means we only need to manually call `abandontransaction` for transactions that have been invalidated because one of their parents has been double-spent.
- Loading branch information
Showing
1 changed file
with
147 additions
and
0 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