mirror of
https://github.com/corda/corda.git
synced 2025-06-17 14:48:16 +00:00
[CORDA-1190]: Removed confusing reference to an attachments directory in LoggingBuyerFlow in trader-demo. (#4381)
This commit is contained in:
committed by
GitHub
parent
6d9f03795e
commit
3f46dec033
@ -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)}""")
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user