Neptune-Crypto / neptune-core

anonymous peer-to-peer cash
Apache License 2.0
23 stars 7 forks source link

`RemovalRecord::validate` does not verify that `target_chunks.dictionary` contains enough elements #151

Closed Sword-Smith closed 1 month ago

Sword-Smith commented 2 months ago

This function only verifies that all the elements in the target_chunks dictionary are present. It does not verify that this dictionary contains entries for all indices that have slid out of the mutator set's active window.