mirror of
https://github.com/corda/corda.git
synced 2025-06-13 04:38:19 +00:00
Removed the network map service type as it's no longer needed.
The absence or presence of the networkMapService config is what determines if a node is the network map or not.
This commit is contained in:
@ -27,7 +27,6 @@ class ServiceType private constructor(val id: String) {
|
||||
}
|
||||
|
||||
val notary: ServiceType = corda.getSubType("notary")
|
||||
val networkMap: ServiceType = corda.getSubType("network_map")
|
||||
|
||||
fun parse(id: String): ServiceType = ServiceType(id)
|
||||
|
||||
|
Reference in New Issue
Block a user