mirror of
https://github.com/corda/corda.git
synced 2025-03-14 00:06:45 +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.