mirror of
https://github.com/corda/corda.git
synced 2025-05-31 06:31:08 +00:00
Change away from extending ClauseVerifier for contracts which support clauses, and explicitely call clause verification code in the verify() function. This should make the flow of control easier to understand.