mirror of
https://github.com/corda/corda.git
synced 2025-01-11 15:32:49 +00:00
Renamed notary to controller to be more clear.
This commit is contained in:
parent
427049e400
commit
24f178a3e5
@ -206,10 +206,10 @@ is a three node example;
|
|||||||
|
|
||||||
task deployNodes(type: com.r3corda.plugins.Cordform, dependsOn: ['build']) {
|
task deployNodes(type: com.r3corda.plugins.Cordform, dependsOn: ['build']) {
|
||||||
directory "./build/nodes" // The output directory
|
directory "./build/nodes" // The output directory
|
||||||
networkMap "Notary" // The artemis address of the node named here will be used as the networkMapAddress on all other nodes.
|
networkMap "Controller" // The artemis address of the node named here will be used as the networkMapAddress on all other nodes.
|
||||||
node {
|
node {
|
||||||
name "Notary"
|
name "Controller"
|
||||||
dirName "notary"
|
dirName "controller"
|
||||||
nearestCity "London"
|
nearestCity "London"
|
||||||
notary true // Sets this node to be a notary
|
notary true // Sets this node to be a notary
|
||||||
advertisedServices []
|
advertisedServices []
|
||||||
|
Loading…
Reference in New Issue
Block a user