Merge pull request #1783 from corda/shams-remove-network-map-service-type

Removed the network map service type as it's no longer needed.
This commit is contained in:
Shams Asari
2017-10-03 12:15:31 +01:00
committed by GitHub
27 changed files with 56 additions and 99 deletions

View File

@ -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)