Document warning cleanup + new version of docs builder

This commit is contained in:
Ben Wyeth
2019-04-11 14:43:47 +01:00
committed by Anthony Keenan
parent 87720163f8
commit f9916e673c
30 changed files with 1895 additions and 47 deletions

View File

@ -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
}