7a08825b1e
This commit fixes a bug that would cause the notifier not to commit spend hints for items that are not found. This is done by calling UpdateSpendDetails with a nil detail, permitting the notifier to begin updating the spend hints with new blocks that arrive at tip. The change is designed to mimic the behavior for historical confirmation dispatch. The symptom of this bug is needing to do many long rescans on startup, even if new blocks arrive after the rescan had completed. With this change, nodes will have to do the scans once more before their hints will be properly updated. Restarts from then on should not have this behavior. |
||
---|---|---|
.. | ||
bitcoind_dev.go | ||
bitcoind_test.go | ||
bitcoind.go | ||
driver.go |