diff --git a/core/src/main/kotlin/com/r3corda/protocols/TwoPartyDealProtocol.kt b/core/src/main/kotlin/com/r3corda/protocols/TwoPartyDealProtocol.kt index f2b1c24b3f..81e0a2bcaa 100644 --- a/core/src/main/kotlin/com/r3corda/protocols/TwoPartyDealProtocol.kt +++ b/core/src/main/kotlin/com/r3corda/protocols/TwoPartyDealProtocol.kt @@ -352,10 +352,6 @@ object TwoPartyDealProtocol { if (dealToFix.ref != handshake.payload) throw DealRefMismatchException(dealToFix.ref, handshake.payload) - // Check the transaction that contains the state which is being resolved. - // We only have a hash here, so if we don't know it already, we have to ask for it. - //subProtocol(ResolveTransactionsProtocol(setOf(handshake.payload.txhash), otherSide)) - return handshake } }