mirror of
https://github.com/corda/corda.git
synced 2025-05-07 02:58:36 +00:00
Remove commented out ResolveTransactionsProtocol call as it is not required
This commit is contained in:
parent
f9c1f31730
commit
cae39332bf
@ -352,10 +352,6 @@ object TwoPartyDealProtocol {
|
|||||||
if (dealToFix.ref != handshake.payload)
|
if (dealToFix.ref != handshake.payload)
|
||||||
throw DealRefMismatchException(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
|
return handshake
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user