mirror of
https://github.com/corda/corda.git
synced 2025-06-05 17:01:45 +00:00
checkSignaturesAreValid() calls TransactionSignature.verify(), which throws InvalidKeyException but checkSignaturesAreValid() did not indicate it could throw InvalidKeyException.