mirror of
https://github.com/corda/corda.git
synced 2025-02-01 00:45:59 +00:00
Fix outdated shell command.
This commit is contained in:
parent
69eac5ac19
commit
a4f931eb32
@ -116,15 +116,9 @@ commands.
|
||||
|
||||
We want to create an IOU of 100 with PartyB. We start the ``IOUFlow`` by typing:
|
||||
|
||||
.. container:: codeset
|
||||
.. code:: python
|
||||
|
||||
.. code-block:: java
|
||||
|
||||
start IOUFlow arg0: 99, arg1: "O=PartyB,L=New York,C=US"
|
||||
|
||||
.. code-block:: kotlin
|
||||
|
||||
start IOUFlow iouValue: 99, otherParty: "O=PartyB,L=New York,C=US"
|
||||
start IOUFlow iouValue: 99, otherParty: "O=PartyB,L=New York,C=US"
|
||||
|
||||
PartyA and PartyB will automatically agree an IOU. If the flow worked, it should have led to the recording of a new IOU
|
||||
in the vaults of both PartyA and PartyB.
|
||||
|
Loading…
x
Reference in New Issue
Block a user