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

This commit is contained in:
Joel Dudley 2018-02-26 18:16:25 +00:00 committed by GitHub
parent 9da3a8ee05
commit 3c8db47b5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: