mirror of
https://github.com/corda/corda.git
synced 2025-02-20 17:33:15 +00:00
Address review comments.
This commit is contained in:
parent
25f65a60c7
commit
1f94335850
@ -138,7 +138,7 @@ data class SignedTransaction(val txBits: SerializedBytes<WireTransaction>,
|
||||
/**
|
||||
* Returns the set of missing signatures - a signature must be present for each signer public key.
|
||||
*/
|
||||
fun getMissingSignatures(): Set<PublicKey> {
|
||||
private fun getMissingSignatures(): Set<PublicKey> {
|
||||
val requiredKeys = tx.signers.toSet()
|
||||
val sigKeys = sigs.map { it.by }.toSet()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user