diff --git a/core/src/main/kotlin/net/corda/core/flows/ReceiveTransactionFlow.kt b/core/src/main/kotlin/net/corda/core/flows/ReceiveTransactionFlow.kt index 413f01db3f..dd49cf21bd 100644 --- a/core/src/main/kotlin/net/corda/core/flows/ReceiveTransactionFlow.kt +++ b/core/src/main/kotlin/net/corda/core/flows/ReceiveTransactionFlow.kt @@ -46,8 +46,8 @@ open class ReceiveTransactionFlow @JvmOverloads constructor(private val otherSid val stx = otherSideSession.receive().unwrap { it.pushToLoggingContext() logger.info("Received transaction acknowledgement request from party ${otherSideSession.counterparty}.") - checkParameterHash(it.networkParametersHash) subFlow(ResolveTransactionsFlow(it, otherSideSession, statesToRecord)) + checkParameterHash(it.networkParametersHash) logger.info("Transaction dependencies resolution completed.") try { it.verify(serviceHub, checkSufficientSignatures)