mirror of
https://github.com/corda/corda.git
synced 2025-01-18 02:39:51 +00:00
Fix name in Bank Of Corda demo config.
This commit is contained in:
parent
b7fe8d6b3c
commit
e14f5920c3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user