mirror of
https://github.com/corda/corda.git
synced 2025-02-12 05:35:50 +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.