mirror of
https://github.com/corda/corda.git
synced 2025-04-09 20:31:52 +00:00
fix node name (#1524)
This commit is contained in:
parent
4336a78495
commit
f6bfca8c8e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user