mirror of
https://github.com/corda/corda.git
synced 2025-01-31 16:35:43 +00:00
f9552a0d3e
checkSignaturesAreValid() calls TransactionSignature.verify(), which throws InvalidKeyException but checkSignaturesAreValid() did not indicate it could throw InvalidKeyException.