mirror of
https://github.com/corda/corda.git
synced 2025-06-13 04:38:19 +00:00
Document warning cleanup + new version of docs builder
This commit is contained in:
committed by
Anthony Keenan
parent
87720163f8
commit
f9916e673c
@ -26,9 +26,7 @@ class IOUFlowResponder(val otherPartySession: FlowSession) : FlowLogic<Unit>() {
|
||||
"The IOU's value can't be too high." using (iou.value < 100)
|
||||
}
|
||||
}
|
||||
|
||||
val expectedTxId = subFlow(signTransactionFlow).id
|
||||
|
||||
subFlow(ReceiveFinalityFlow(otherPartySession, expectedTxId))
|
||||
// DOCEND 01
|
||||
}
|
||||
|
Reference in New Issue
Block a user