mirror of
https://github.com/corda/corda.git
synced 2025-06-18 15:18:16 +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.