mirror of
https://github.com/corda/corda.git
synced 2025-06-06 09:21:47 +00:00
Fix outdated shell command.
This commit is contained in:
parent
69eac5ac19
commit
a4f931eb32
@ -116,13 +116,7 @@ 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 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"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user