You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In PR #5257known_utxos of queued blocks were added to the sent hashes when blocks are dequeued and sent to the block write task. Removing the UTXOs from QueuedBlocks and re-adding them to SentHashes can be easily avoided by coupling QueuedBlocks and SentHashes together.
Motivation
In PR #5257
known_utxos
of queued blocks were added to the sent hashes when blocks are dequeued and sent to the block write task. Removing the UTXOs fromQueuedBlocks
and re-adding them toSentHashes
can be easily avoided by coupling QueuedBlocks and SentHashes together.See #5339
The text was updated successfully, but these errors were encountered: