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