mirror of
https://github.com/corda/corda.git
synced 2025-05-29 05:34:22 +00:00
* Instantiating the contract class should be part of contract verification. We should not instantiate it while building LedgerTransaction. * Also catch any exceptions from instantiating the contract.