Skip to content

Commit 65c2228

Browse files
authored
Update README.md
1 parent c4abdb4 commit 65c2228

File tree

1 file changed

+1
-1
lines changed
  • Features/observablestates-tradereporting

1 file changed

+1
-1
lines changed

Features/observablestates-tradereporting/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ and national regulators. There are two ways to use observable states:
1414

1515
The two approaches are functionally identical.
1616

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:
1818

1919
* Distribute the state to the buyer and the `state regulator` using `FinalityFlow`
2020
* Distribute the state to the `national regulator` manually using the `ReportManually` flow

0 commit comments

Comments
 (0)