Skip to content

Commit f20c963

Browse files
authored
Update README.md
1 parent 536da07 commit f20c963

File tree

1 file changed

+3
-3
lines changed
  • Features/referencestates-sanctionsbody

1 file changed

+3
-3
lines changed

Features/referencestates-sanctionsbody/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ This CorDapp allows two nodes to enter into an IOU agreement, but enforces that
99

1010
### Flows
1111

12-
Next, we want to issue an IOU, this happens in [IOUIssueFlow](https://github.com/corda/samples/blob/72b65879402ce95a2ef6dc92882a89dd82ac6c18/feature-specific-cordapps/ReferenceStates-sanctionsBody/workflows/src/main/java/com.example.flow/IOUIssueFlow.java#L150-L173)
12+
Next, we want to issue an IOU, this happens in [IOUIssueFlow](./workflows/src/main/java/com.example.flow/IOUIssueFlow.java#L150-L173)
1313

1414

15-
We've seen how to successfully send an IOU to a non-sanctioned party, so what if we want to send one to a sanctioned party? First we need to update the sanction list which you'll find in [UpdateSanctionsListFlow](https://github.com/corda/samples/blob/72b65879402ce95a2ef6dc92882a89dd82ac6c18/feature-specific-cordapps/ReferenceStates-sanctionsBody/workflows-java/src/main/java/com.example.flow/UpdateSanctionsListFlow.java#L45-L90).
15+
We've seen how to successfully send an IOU to a non-sanctioned party, so what if we want to send one to a sanctioned party? First we need to update the sanction list which you'll find in [UpdateSanctionsListFlow](./workflows-java/src/main/java/com.example.flow/UpdateSanctionsListFlow.java#L45-L90).
1616

1717

18-
We need to update the reference before we use it in a new transaction, we receive our sanctionslist with the [GetSanctionsListFlow](https://github.com/corda/samples/blob/72b65879402ce95a2ef6dc92882a89dd82ac6c18/feature-specific-cordapps/ReferenceStates-sanctionsBody/workflows-java/src/main/java/com.example.flow/GetSanctionsListFlow.java#L51-L63)
18+
We need to update the reference before we use it in a new transaction, we receive our sanctionslist with the [GetSanctionsListFlow](./workflows-java/src/main/java/com.example.flow/GetSanctionsListFlow.java#L51-L63)
1919

2020

2121
## Usage

0 commit comments

Comments
 (0)