mirror of
https://github.com/corda/corda.git
synced 2025-06-21 16:49:45 +00:00
fix node name (#1524)
This commit is contained in:
@ -74,7 +74,7 @@ task deployNodes(type: net.corda.plugins.Cordform, dependsOn: ['jar']) {
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
node {
|
node {
|
||||||
name "O=BigCorporation,OU=corda,L=London,C=GB"
|
name "O=BigCorporation,L=London,C=GB"
|
||||||
advertisedServices = []
|
advertisedServices = []
|
||||||
p2pPort 10008
|
p2pPort 10008
|
||||||
rpcPort 10009
|
rpcPort 10009
|
||||||
|
Reference in New Issue
Block a user