Skip to content

Commit

Permalink
Add revalidation check to Output Manager service
Browse files Browse the repository at this point in the history
Outputs can become marked as invalid by the Output Manager service when they do not appear in the base nodes blockchain. Generally this means that they were re-orged out or have been spent by another copy of the wallet. However they can be reported as invalid incorrectly in some case like, for example, if the Base Node is not fully synced.

This PR adds in an addition check that the Output Manager does on startup that will see if any of the invalid outputs has become valid again. If it has that output will changed back into a spendable output.
  • Loading branch information
philipr-za committed Jun 9, 2020
1 parent 8856e3a commit 6458a3d
Show file tree
Hide file tree
Showing 6 changed files with 439 additions and 135 deletions.
Loading

0 comments on commit 6458a3d

Please sign in to comment.