mirror of
https://github.com/corda/corda.git
synced 2025-06-22 00:57:21 +00:00
Fix typo in using-a-notary.rst
This commit is contained in:
@ -86,7 +86,7 @@ we just use a helper that handles it for us. We also assume that we already have
|
|||||||
|
|
||||||
.. sourcecode:: kotlin
|
.. sourcecode:: kotlin
|
||||||
|
|
||||||
val inputState = StateAndRef(sate, stateRef)
|
val inputState = StateAndRef(state, stateRef)
|
||||||
val moveTransactionBuilder = DummyContract.withNewOwnerAndAmount(inputState, newOwner = aliceParty.owningKey)
|
val moveTransactionBuilder = DummyContract.withNewOwnerAndAmount(inputState, newOwner = aliceParty.owningKey)
|
||||||
|
|
||||||
The ``DummyContract.withNewOwnerAndAmount()`` method will a new transaction builder with our old state as the input, a new state
|
The ``DummyContract.withNewOwnerAndAmount()`` method will a new transaction builder with our old state as the input, a new state
|
||||||
|
Reference in New Issue
Block a user