Remove commented out ResolveTransactionsProtocol call as it is not required

This commit is contained in:
rick.parker 2016-06-16 13:15:37 +01:00
parent f9c1f31730
commit cae39332bf

View File

@ -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
}
}