mirror of
https://github.com/corda/corda.git
synced 2025-02-14 14:42:32 +00:00
In PersistentSet.remove, we were modifying the child node in place instead of making a copy to update, which would corrupt older revisions. This commit ensures that we always create a copy if necessary.