Fixing small typo

"Double-click the new contract file to open it" should read "Double-click the new flow file to open it" as we're now working on flows.
This commit is contained in:
CaisManai 2019-11-25 14:44:05 +00:00 committed by Ed Prosser
parent d33dbb2ea9
commit 6487844ed5

View File

@ -241,7 +241,7 @@ Step Four: Creating a flow
import net.corda.core.transactions.SignedTransaction
import net.corda.core.transactions.TransactionBuilder
5. Double-click the new contract file to open it.
5. Double-click the new flow file to open it.
6. Update the name of the ``Initiator`` class to ``CarIssueInitiator``.