Updates shell example of starting flow to reflect cash API change.

This commit is contained in:
Joel Dudley
2018-02-26 18:26:54 +00:00
committed by GitHub
parent d1574cd320
commit 4e86a3460f

View File

@ -184,7 +184,7 @@ Starting a flow
We would start the ``CashIssue`` flow as follows:
``flow start CashIssue amount: $1000, issueRef: 1234, recipient: "O=Bank A,L=London,C=GB", notary: "O=Notary Service,OU=corda,L=London,C=GB"``
``flow start CashIssueFlow amount: $1000, issuerBankPartyRef: 1234, notary: "O=Controller, L=London, C=GB"``
This breaks down as follows: