mirror of
https://github.com/corda/corda.git
synced 2024-12-18 20:47:57 +00:00
Update tutorial to reflect new tutorial structure.
This commit is contained in:
parent
cab3fa8291
commit
9198857942
@ -34,7 +34,7 @@ class IOUFlow(val iouValue: Int,
|
||||
|
||||
// We create a transaction builder and add the components.
|
||||
val txBuilder = TransactionBuilder(notary = notary)
|
||||
.addOutputState(outputState, TEMPLATE_CONTRACT_ID)
|
||||
.addOutputState(outputState, TemplateContract.ID)
|
||||
.addCommand(cmd)
|
||||
|
||||
// We sign the transaction.
|
||||
@ -44,4 +44,4 @@ class IOUFlow(val iouValue: Int,
|
||||
subFlow(FinalityFlow(signedTx))
|
||||
}
|
||||
}
|
||||
// DOCEND 01
|
||||
// DOCEND 01
|
||||
|
Loading…
Reference in New Issue
Block a user