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:
Katarzyna Streich
2017-05-31 11:14:53 +01:00
committed by GitHub
parent e117ab7703
commit 47b1ec49aa
4 changed files with 14 additions and 7 deletions

View File

@ -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