From ed088562f657713d3b7d55f700ee0216b86a33e2 Mon Sep 17 00:00:00 2001 From: David Wray Date: Fri, 27 Jul 2018 15:14:42 +0100 Subject: [PATCH] ENT-2302: Hello World Tutorial Page mismatch between code sample and explanatory text Updated text to reflect the correct method. --- docs/source/hello-world-flow.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/hello-world-flow.rst b/docs/source/hello-world-flow.rst index 817de0545a..42bf242dab 100644 --- a/docs/source/hello-world-flow.rst +++ b/docs/source/hello-world-flow.rst @@ -140,7 +140,7 @@ Signing the transaction Now that we have a valid transaction proposal, we need to sign it. Once the transaction is signed, no-one will be able to modify the transaction without invalidating this signature. This effectively makes the transaction immutable. -We sign the transaction using ``ServiceHub.toSignedTransaction``, which returns a ``SignedTransaction``. A +We sign the transaction using ``ServiceHub.signInitialTransaction``, which returns a ``SignedTransaction``. A ``SignedTransaction`` is an object that pairs a transaction with a list of signatures over that transaction. Finalising the transaction