mirror of
https://github.com/corda/corda.git
synced 2025-06-01 15:10:54 +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.
|
* Returns the set of missing signatures - a signature must be present for each signer public key.
|
||||||
*/
|
*/
|
||||||
private fun getMissingSignatures(): Set<PublicKey> {
|
private fun getMissingSignatures(): Set<PublicKey> {
|
||||||
val notaryKey = tx.notary?.owningKey
|
|
||||||
val requiredKeys = tx.signers.toSet()
|
val requiredKeys = tx.signers.toSet()
|
||||||
val sigKeys = sigs.map { it.by }.toSet()
|
val sigKeys = sigs.map { it.by }.toSet()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user