mirror of
https://github.com/corda/corda.git
synced 2025-04-08 03:44:49 +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.