[CORDA-1190]: Removed confusing reference to an attachments directory in LoggingBuyerFlow in trader-demo. ()

This commit is contained in:
Michele Sollecito 2018-12-07 14:25:47 +00:00 committed by GitHub
parent 6d9f03795e
commit 3f46dec033
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -40,7 +40,7 @@ class LoggingBuyerFlow(private val otherSideSession: FlowSession) : BuyerFlow(ot
cpIssuance.attachments.first().let {
println("""
The issuance of the commercial paper came with an attachment. You can find it in the attachments directory: $it.jar
The issuance of the commercial paper came with an attachment with hash $it.
${Emoji.renderIfSupported(cpIssuance)}""")
}