mirror of
https://github.com/corda/corda.git
synced 2025-04-19 16:41:13 +00:00
Fix typo in using-a-notary.rst
This commit is contained in:
commit
629c76a1c7
@ -86,7 +86,7 @@ we just use a helper that handles it for us. We also assume that we already have
|
||||
|
||||
.. sourcecode:: kotlin
|
||||
|
||||
val inputState = StateAndRef(sate, stateRef)
|
||||
val inputState = StateAndRef(state, stateRef)
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user