mirror of
https://github.com/corda/corda.git
synced 2025-06-12 20:28:18 +00:00
Release fixes (#812)
* Small fixes in IRS and attachments demos. * Docs fixes. * Add information about `flow watch` command to documentation. * Add note on IRS demo
This commit is contained in:
committed by
GitHub
parent
1f28a60fca
commit
553ce9b2b2
@ -73,6 +73,6 @@ class TraderDemoClientApi(val rpc: CordaRPCOps) {
|
||||
|
||||
// The line below blocks and waits for the future to resolve.
|
||||
val stx = rpc.startFlow(::SellerFlow, otherParty, amount).returnValue.getOrThrow()
|
||||
logger.info("Sale completed - we have a happy customer!\n\nFinal transaction is:\n\n${Emoji.renderIfSupported(stx.tx)}")
|
||||
println("Sale completed - we have a happy customer!\n\nFinal transaction is:\n\n${Emoji.renderIfSupported(stx.tx)}")
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user