We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99c12ac commit 5eb92d6Copy full SHA for 5eb92d6
onixlabs-corda-core-contract/src/main/kotlin/io/onixlabs/corda/core/contract/Extensions.AbstractParty.kt
@@ -34,4 +34,4 @@ val Iterable<AbstractParty>.owningKeys: Set<PublicKey>
34
* @return Returns a [SecureHash] representing the participants of the initial [Iterable].
35
*/
36
val Iterable<AbstractParty>.participantHash: SecureHash
37
- get() = map { SecureHash.sha256(it.toString()) }.sortAndReduce()
+ get() = map { SecureHash.sha256(it.toString()) }.sortAndReduce()
0 commit comments