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

This commit is contained in:
Michele Sollecito
2018-12-07 14:25:47 +00:00
committed by GitHub
parent 6d9f03795e
commit 3f46dec033

View File

@ -40,7 +40,7 @@ class LoggingBuyerFlow(private val otherSideSession: FlowSession) : BuyerFlow(ot
cpIssuance.attachments.first().let { cpIssuance.attachments.first().let {
println(""" 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)}""") ${Emoji.renderIfSupported(cpIssuance)}""")
} }