mirror of
https://github.com/corda/corda.git
synced 2025-01-18 02:39:51 +00:00
Merge pull request #5406 from akegaviar/release/os/4.3
Fix typo in docs/quickstart
This commit is contained in:
commit
5f95b54862
@ -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``
|
||||
|
Loading…
Reference in New Issue
Block a user