mirror of
https://github.com/corda/corda.git
synced 2025-01-21 03:55:00 +00:00
Fix typo
This commit is contained in:
parent
a2560deaf2
commit
1aa5b8f39e
@ -121,7 +121,7 @@ interface IdentityService {
|
||||
*
|
||||
* From 4.11 onwards.
|
||||
*/
|
||||
fun wellKnownPartiesFromAnonumous(parties: Iterable<AbstractParty>): Map<AbstractParty, Party?> {
|
||||
fun wellKnownPartiesFromAnonymous(parties: Iterable<AbstractParty>): Map<AbstractParty, Party?> {
|
||||
return parties.map { it to wellKnownPartyFromAnonymous(it) }.toMap()
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user