0f6bc3538d
In this commit, we modify the granularity of the locking around the filterMtx in the btcd chainview, such that we only lock once per block connected or filter update. Currently, we acquire and release the lock for every update to the map. We also fix a bug that would cause us to not fully remove all previous outpoints spent by a txn when doing manual filter, as we previously would only remove the first output detected. |
||
---|---|---|
.. | ||
bitcoind.go | ||
btcd.go | ||
interface_test.go | ||
interface.go | ||
log.go | ||
neutrino.go | ||
queue.go |