mirror of
https://github.com/corda/corda.git
synced 2025-01-25 05:46:46 +00:00
3e0ab35ba1
The whole point of PersistentSet is to provide non-destructive write operations, which means the add and remove methods should have no effect on previous revisions. However, a bug in remove caused shared tree nodes to be modified, corrupting any revisions with which they were shared.