mirror of
https://github.com/corda/corda.git
synced 2025-06-05 00:50:52 +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:
|
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 iouValue: 99, otherParty: "O=PartyB,L=New York,C=US"
|
||||||
|
|
||||||
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"
|
|
||||||
|
|
||||||
PartyA and PartyB will automatically agree an IOU. If the flow worked, it should have led to the recording of a new IOU
|
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.
|
in the vaults of both PartyA and PartyB.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user