[CORDA-446] Clean up other mentions of network map node and logic (#1974)

* [CORDA-446] Clean up other mentions of network map node and logic

* Rename AbstractNetworkMapService to NetworkMapService and remove the empty NetworkMapService

* fix build

* fix artemismessaging tests

* pr comments
This commit is contained in:
Alberto Arri
2017-11-01 14:25:48 +00:00
committed by GitHub
parent 86d273f2ef
commit 00e682a544
20 changed files with 53 additions and 536 deletions

View File

@ -1,8 +1,4 @@
myLegalName : "O=Bank A,L=London,C=GB"
p2pAddress : "my-corda-node:10002"
webAddress : "localhost:10003"
networkMapService : {
address : "my-network-map:10000"
legalName : "O=Network Map Service,OU=corda,L=London,C=GB"
}
verifierType: "OutOfProcess"