mirror of
https://github.com/corda/corda.git
synced 2025-06-23 09:25:36 +00:00
Revert "Merged in validating-notary (pull request #123)"
This reverts commitd9f4e4da2e
, reversing changes made to654dc3f60a
.
This commit is contained in:
@ -97,7 +97,7 @@ object TwoPartyTradeProtocol {
|
||||
@Suspendable
|
||||
private fun getNotarySignature(stx: SignedTransaction): DigitalSignature.LegallyIdentifiable {
|
||||
progressTracker.currentStep = NOTARY
|
||||
return subProtocol(NotaryProtocol.Client(stx.tx))
|
||||
return subProtocol(NotaryProtocol(stx.tx))
|
||||
}
|
||||
|
||||
@Suspendable
|
||||
|
Reference in New Issue
Block a user