mirror of
https://github.com/corda/corda.git
synced 2025-06-16 14:18:20 +00:00
Fix Bank of Corda, Trader and Notary demos. (#752)
Fix Bank of Corda, Trader and Notary demos. In Notary demo, introduce deployNodes task, that deploys all three types of Notary into different directories (so there is no need to do clean, when you want to run them one after another).
This commit is contained in:
committed by
GitHub
parent
e117ab7703
commit
47b1ec49aa
@ -85,7 +85,7 @@ task deployNodes(type: net.corda.plugins.Cordform, dependsOn: ['jar']) {
|
||||
rpcUsers = ext.rpcUsers
|
||||
}
|
||||
node {
|
||||
name "CN=BankOfCorda,O=R3,OU=corda,L=New York,C=US"
|
||||
name "CN=BankOfCorda,O=R3,L=New York,C=US"
|
||||
nearestCity "London"
|
||||
advertisedServices = []
|
||||
p2pPort 10011
|
||||
|
Reference in New Issue
Block a user