mirror of
https://github.com/corda/corda.git
synced 2025-04-16 07:27:17 +00:00
Revert "ENT-2305: Java Instructions to Invoke Hello World CordApp fail"
This reverts commit 70346c45b3d0ef14ed329673e54553cc4bbc7726.
This commit is contained in:
parent
c8872eac6a
commit
528164c173
@ -107,7 +107,13 @@ commands.
|
||||
|
||||
We want to create an IOU of 99 with PartyB. We start the ``IOUFlow`` by typing:
|
||||
|
||||
.. code-block:: kotlin
|
||||
.. container:: codeset
|
||||
|
||||
.. 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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user