mirror of
https://github.com/corda/corda.git
synced 2025-06-13 04:38:19 +00:00
Fix a couple of tests that fail after the broadcast phase of finality flow has returned.
Remove redundant namespace on symbol
This commit is contained in:
@ -37,8 +37,6 @@ class BuyerFlow(val otherParty: Party) : FlowLogic<Unit>() {
|
||||
|
||||
// This invokes the trading flow and out pops our finished transaction.
|
||||
val tradeTX: SignedTransaction = subFlow(buyer)
|
||||
// TODO: This should be moved into the flow itself.
|
||||
serviceHub.recordTransactions(tradeTX)
|
||||
|
||||
println("Purchase complete - we are a happy customer! Final transaction is: " +
|
||||
"\n\n${Emoji.renderIfSupported(tradeTX.tx)}")
|
||||
|
Reference in New Issue
Block a user