Merge pull request #5406 from akegaviar/release/os/4.3

Fix typo in docs/quickstart
This commit is contained in:
edward-prosser 2019-09-25 09:31:29 +01:00 committed by GitHub
commit 5f95b54862
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,7 @@ Since the CorDapp models a car dealership network, a state must be created to re
It's important to specify what classes are required in each state, contract, and flow. This process must be repeated with each file as it is created.
5. Update ``@BelongsToContract(TemplateContract:class)`` to specify ``CarContract::class``.
5. Update ``@BelongsToContract(TemplateContract::class)`` to specify ``CarContract::class``.
6. Add the following fields to the state:
* ``owningBank`` of type ``Party``