mirror of
https://github.com/corda/corda.git
synced 2024-12-19 04:57:58 +00:00
Minor: fix a minor merge issue that broke pretty output in the trader demo
This commit is contained in:
parent
994abb3edb
commit
8c72f68736
@ -110,7 +110,7 @@ fun main(args: Array<String>) {
|
||||
println()
|
||||
println("Purchase complete - we are a happy customer! Final transaction is:")
|
||||
println()
|
||||
println(Emoji.renderIfSupported(it))
|
||||
println(Emoji.renderIfSupported(it.tx))
|
||||
println()
|
||||
println("Waiting for another seller to connect. Or press Ctrl-C to shut me down.")
|
||||
}
|
||||
@ -145,7 +145,7 @@ fun main(args: Array<String>) {
|
||||
println()
|
||||
println("Final transaction is")
|
||||
println()
|
||||
println(Emoji.renderIfSupported(it))
|
||||
println(Emoji.renderIfSupported(it.tx))
|
||||
println()
|
||||
node.stop()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user