Skip to content

Commit 7aa6fb5

Browse files
authored
Update README.md
1 parent f20c963 commit 7aa6fb5

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

Features/referencestates-sanctionsbody/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ This CorDapp allows two nodes to enter into an IOU agreement, but enforces that
1212
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](./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/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](./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/src/main/java/com.example.flow/GetSanctionsListFlow.java#L51-L63)
1919

2020

2121
## Usage

0 commit comments

Comments
 (0)