mirror of
https://github.com/corda/corda.git
synced 2025-02-01 08:48:09 +00:00
af62c36986
* 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.