You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Tokens/dollartohousetoken/workflows/src/main/java/net/corda/examples/dollartohousetoken/flows/HouseSaleInitiatorFlow.java
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -87,11 +87,12 @@ public String call() throws FlowException {
87
87
/* Call the CollectSignaturesFlow to receive signature of the buyer */
/* Distribution list is a list of identities that should receive updates. For this mechanism to behave correctly we call the UpdateDistributionListFlow flow */
/* Distribution list is a list of identities that should receive updates. For this mechanism to behave correctly we call the UpdateDistributionListFlow flow */
94
+
subFlow(newUpdateDistributionListFlow(stx));
95
+
95
96
return"\nThe house is sold to "+ this.buyer.getName().getOrganisation() + "\nTransaction ID: "
0 commit comments