mirror of
https://github.com/corda/corda.git
synced 2025-04-07 19:34:41 +00:00
Advertised services now correctly output.
This commit is contained in:
parent
a927ba095d
commit
f6fd793dd7
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user