mirror of
https://github.com/corda/corda.git
synced 2025-04-07 19:34:41 +00:00
Remove unused val
This commit is contained in:
parent
cb467e55de
commit
aa166518a0
@ -163,7 +163,6 @@ data class SignedTransaction(val txBits: SerializedBytes<WireTransaction>,
|
||||
* Returns the set of missing signatures - a signature must be present for each signer public key.
|
||||
*/
|
||||
private fun getMissingSignatures(): Set<PublicKey> {
|
||||
val notaryKey = tx.notary?.owningKey
|
||||
val requiredKeys = tx.signers.toSet()
|
||||
val sigKeys = sigs.map { it.by }.toSet()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user