mirror of
https://github.com/corda/corda.git
synced 2025-02-02 01:08:09 +00:00
f0129665c6
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.