Revert "Merged in validating-notary (pull request #123)"

This reverts commit d9f4e4da2e, reversing
changes made to 654dc3f60a.
This commit is contained in:
Andrius Dagys
2016-06-07 12:29:27 +01:00
parent d9f4e4da2e
commit e64145991e
21 changed files with 207 additions and 457 deletions

View File

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