From 314a88e13a6d3511e0c26fbfe6ee784a032e201b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Sj=C3=B8rup?= Date: Mon, 4 Sep 2017 11:52:20 +0200 Subject: [PATCH] Update using-a-notary.rst --- docs/source/using-a-notary.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/using-a-notary.rst b/docs/source/using-a-notary.rst index 2c9f5c2fef..4c109de85f 100644 --- a/docs/source/using-a-notary.rst +++ b/docs/source/using-a-notary.rst @@ -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