Added the colon. A tiny typo fix.
This commit is contained in:
Ake Gaviar 2019-08-28 18:35:59 +03:00 committed by GitHub
parent 20585266a5
commit 11d107dcb1
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``