Skip to content

Commit 5eb92d6

Browse files
Addressing PR fixes.
1 parent 99c12ac commit 5eb92d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onixlabs-corda-core-contract/src/main/kotlin/io/onixlabs/corda/core/contract/Extensions.AbstractParty.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ val Iterable<AbstractParty>.owningKeys: Set<PublicKey>
3434
* @return Returns a [SecureHash] representing the participants of the initial [Iterable].
3535
*/
3636
val Iterable<AbstractParty>.participantHash: SecureHash
37-
get() = map { SecureHash.sha256(it.toString()) }.sortAndReduce()
37+
get() = map { SecureHash.sha256(it.toString()) }.sortAndReduce()

0 commit comments

Comments
 (0)