mirror of
https://github.com/corda/corda.git
synced 2024-12-19 13:08:04 +00:00
Merged in remove-commented-out-resolve-tx-proto (pull request #156)
Remove commented out ResolveTransactionsProtocol call as it is not required
This commit is contained in:
commit
512e304bf1
@ -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…
Reference in New Issue
Block a user