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/referencestates-sanctionsbody/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,10 +12,10 @@ This CorDapp allows two nodes to enter into an IOU agreement, but enforces that
12
12
Next, we want to issue an IOU, this happens in [IOUIssueFlow](./workflows/src/main/java/com.example.flow/IOUIssueFlow.java#L150-L173)
13
13
14
14
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).
16
16
17
17
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)
0 commit comments