mirror of
https://github.com/corda/corda.git
synced 2025-04-15 23:16:59 +00:00
checkSignaturesAreValid() calls TransactionSignature.verify(), which throws InvalidKeyException but checkSignaturesAreValid() did not indicate it could throw InvalidKeyException.