mirror of
https://github.com/corda/corda.git
synced 2025-04-11 13:21:26 +00:00
[CORDA-1190]: Removed confusing reference to an attachments directory in LoggingBuyerFlow in trader-demo. (#4381)
This commit is contained in:
parent
6d9f03795e
commit
3f46dec033
@ -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)}""")
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user