mirror of
https://github.com/corda/corda.git
synced 2025-06-17 22:58:19 +00:00
Merge remote-tracking branch 'remotes/opensource/master' into merges/1
This commit is contained in:
@ -63,6 +63,10 @@ task deployNodes(type: net.corda.plugins.Cordform, dependsOn: ['jar']) {
|
||||
name "O=Notary Service,L=Zurich,C=CH"
|
||||
notary = [validating : true]
|
||||
p2pPort 10002
|
||||
rpcSettings {
|
||||
address "localhost:10003"
|
||||
adminAddress "localhost:10004"
|
||||
}
|
||||
cordapps = ["$project.group:finance:$corda_release_version"]
|
||||
}
|
||||
node {
|
||||
|
Reference in New Issue
Block a user