mirror of
https://github.com/corda/corda.git
synced 2024-12-21 05:53:23 +00:00
Fixed another wrong signature for withNewOwner
This commit is contained in:
parent
bd5a366c77
commit
f4ddf6eada
@ -109,7 +109,7 @@ Where:
|
||||
* ``OwnableState`` also override the default behavior of the vault's relevancy check. The default vault
|
||||
implementation will track any ``OwnableState`` of which it is the owner.
|
||||
|
||||
* ``withNewOwner(newOwner: PublicKey)`` creates an identical copy of the state, only with a new owner
|
||||
* ``withNewOwner(newOwner: AbstractParty)`` creates an identical copy of the state, only with a new owner
|
||||
|
||||
Other interfaces
|
||||
^^^^^^^^^^^^^^^^
|
||||
|
Loading…
Reference in New Issue
Block a user