mirror of
https://github.com/corda/corda.git
synced 2025-04-07 03:17:13 +00:00
* ENT-11458: Make sure external verifier is involved when verifying transactions in collect signatures flow * Using SignedTransaction.verify(checkSufficientSignatures = false) after the observation that the current check for notSigned is effectively the same as just calling with checkSufficientSignatures = false.