fix node name (#1524)

This commit is contained in:
Alberto Arri 2017-09-15 15:32:08 +01:00 committed by josecoll
parent 4336a78495
commit f6bfca8c8e

View File

@ -74,7 +74,7 @@ task deployNodes(type: net.corda.plugins.Cordform, dependsOn: ['jar']) {
]
}
node {
name "O=BigCorporation,OU=corda,L=London,C=GB"
name "O=BigCorporation,L=London,C=GB"
advertisedServices = []
p2pPort 10008
rpcPort 10009