mirror of
https://github.com/corda/corda.git
synced 2024-12-19 13:08:04 +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()
|
||||||
println("Purchase complete - we are a happy customer! Final transaction is:")
|
println("Purchase complete - we are a happy customer! Final transaction is:")
|
||||||
println()
|
println()
|
||||||
println(Emoji.renderIfSupported(it))
|
println(Emoji.renderIfSupported(it.tx))
|
||||||
println()
|
println()
|
||||||
println("Waiting for another seller to connect. Or press Ctrl-C to shut me down.")
|
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()
|
||||||
println("Final transaction is")
|
println("Final transaction is")
|
||||||
println()
|
println()
|
||||||
println(Emoji.renderIfSupported(it))
|
println(Emoji.renderIfSupported(it.tx))
|
||||||
println()
|
println()
|
||||||
node.stop()
|
node.stop()
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user