Update src/main/java/com/r3/developers/csdetemplate/MyFirstFlow.java

Co-authored-by: Paul Moloney <112477620+paulmoloneyr3@users.noreply.github.com>
This commit is contained in:
Niamh25 2022-11-17 17:02:57 +00:00 committed by GitHub
parent f2efd50a4c
commit 573c4c1949
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,7 @@ public class MyFirstFlow implements RPCStartableFlow {
// Deserialize the Json requestBody into the MyfirstFlowStartArgs class using the JsonSerialisation service. // Deserialize the Json requestBody into the MyfirstFlowStartArgs class using the JsonSerialisation service.
MyFirstFlowStartArgs flowArgs = requestBody.getRequestBodyAs(jsonMarshallingService, MyFirstFlowStartArgs.class); MyFirstFlowStartArgs flowArgs = requestBody.getRequestBodyAs(jsonMarshallingService, MyFirstFlowStartArgs.class);
// Obtain the MemberX500Name of counterparty. // Obtain the MemberX500Name of the counterparty.
MemberX500Name otherMember = flowArgs.otherMember; MemberX500Name otherMember = flowArgs.otherMember;
// Get our identity from the MemberLookup service. // Get our identity from the MemberLookup service.