mirror of
https://github.com/corda/corda.git
synced 2025-02-21 01:42:24 +00:00
generateExit() previously required all states to have a single owner, which was used as the change output's owner. This deprecates that function but enables it to work as expected using `firstOrNull()` instead of `singleOrNull()`, and adds new functions which take in the change output's owner.