mirror of
https://github.com/corda/corda.git
synced 2025-06-18 15:18:16 +00:00
Advertised services now correctly output.
This commit is contained in:
@ -198,7 +198,7 @@ class Node {
|
||||
"dirName": dirName,
|
||||
"nearestCity": nearestCity,
|
||||
"isHttps": isHttps,
|
||||
"advertisedServices": advertisedServices,
|
||||
"advertisedServices": advertisedServices.join(","),
|
||||
"networkMapAddress": networkMapAddress,
|
||||
"artemisPort": artemisPort.toString(),
|
||||
"webPort": webPort.toString()
|
||||
|
Reference in New Issue
Block a user