mirror of
https://github.com/corda/corda.git
synced 2024-12-19 21:17:58 +00:00
Remove signature check in dependencies
This commit is contained in:
parent
93aba9360a
commit
87cd58dd47
@ -71,9 +71,6 @@ class EncryptedTxEnclave {
|
||||
signedTransaction.verifyRequiredSignatures()
|
||||
|
||||
val dependencies = decryptDependencies(txAndDependencies.dependencies)
|
||||
dependencies.forEach {
|
||||
it.verifyRequiredSignatures()
|
||||
}
|
||||
|
||||
val ledgerTransaction = LedgerTxHelper.toLedgerTxInternal(txAndDependencies.conclaveLedgerTxModel, dependencies)
|
||||
ledgerTransaction.verify()
|
||||
|
Loading…
Reference in New Issue
Block a user