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:
		
							parent
							
								
									f2efd50a4c
								
							
						
					
					
						commit
						573c4c1949
					
				@ -57,7 +57,7 @@ public class MyFirstFlow implements RPCStartableFlow {
 | 
			
		||||
        // Deserialize the Json requestBody into the MyfirstFlowStartArgs class using the JsonSerialisation service.
 | 
			
		||||
        MyFirstFlowStartArgs flowArgs = requestBody.getRequestBodyAs(jsonMarshallingService, MyFirstFlowStartArgs.class);
 | 
			
		||||
 | 
			
		||||
        // Obtain the MemberX500Name of counterparty.
 | 
			
		||||
        // Obtain the MemberX500Name of the counterparty.
 | 
			
		||||
        MemberX500Name otherMember = flowArgs.otherMember;
 | 
			
		||||
 | 
			
		||||
        // Get our identity from the MemberLookup service.
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user