mirror of
https://github.com/corda/corda.git
synced 2025-03-01 04:16:21 +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.