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: Features/observablestates-tradereporting/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ and national regulators. There are two ways to use observable states:
14
14
15
15
The two approaches are functionally identical.
16
16
17
-
In this CorDapp, the seller runs [the `TradeAndReport` flow](https://github.com/corda/samples-java/blob/master/feature-specific-cordapps/observablestates-tradereporting/workflows/src/main/java/com/observable/flows/TradeAndReport.java#L30-L48) to create [a new `HighlyRegulatedState`](https://github.com/corda/samples-java/blob/master/feature-specific-cordapps/observablestates-tradereporting/contracts/src/main/java/com/observable/states/HighlyRegulatedState.java#L19-L22). Then we can see that the seller will:
17
+
In this CorDapp, the seller runs [the `TradeAndReport` flow](./workflows/src/main/java/com/observable/flows/TradeAndReport.java#L30-L48) to create [a new `HighlyRegulatedState`](./contracts/src/main/java/com/observable/states/HighlyRegulatedState.java#L19-L22). Then we can see that the seller will:
18
18
19
19
* Distribute the state to the buyer and the `state regulator` using `FinalityFlow`
20
20
* Distribute the state to the `national regulator` manually using the `ReportManually` flow
0 commit comments