-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This adds a new `is_from_self` column to the coins table that indicates if the coin is an output of a transaction for which all inputs are ours. In the case of unconfirmed coins, being from self requires that all unconfirmed ancestors, if any, are also from self. The DB migration sets the value of this column for all existing coins and the poller keeps the column up to date.
- Loading branch information
Showing
6 changed files
with
790 additions
and
15 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
Oops, something went wrong.