corda / samples

This repository has been deprecated. Please use the links in the README to access the new repositories.
98 stars 150 forks source link

Correct order of SIGNING and VERIFYING in Flow.kt #83

Closed etaroid closed 4 years ago

etaroid commented 4 years ago

Since it is a Flow that issues a State, the order of “SIGNING → VERIFYING” is fine, but when trying to expand to a Flow with InputState, an error will occur unless it is “VERIFYING → SIGNING”.

Developers who want to extend and implement this Sample Repository are easy to make mistakes, so we should fix them.

peterli-r3 commented 4 years ago

Thanks for the suggestion. This will be address on a different PR (https://github.com/corda/samples/pull/85) Thanks