Fix name in Bank Of Corda demo config.

This commit is contained in:
Katarzyna Streich 2017-05-15 15:20:36 +01:00
parent b7fe8d6b3c
commit e14f5920c3

View File

@ -52,7 +52,7 @@ task deployNodes(type: net.corda.plugins.Cordform, dependsOn: ['jar']) {
cordapps = []
}
node {
name "CN=BankOfCorda,O=R3,OU=corda,L=New York,C=US"
name "CN=BankOfCorda,O=R3,OU=Corda QA Department,L=New York,C=US"
nearestCity "New York"
advertisedServices = ["corda.issuer.USD"]
p2pPort 10005