mirror of
https://github.com/corda/corda.git
synced 2025-01-29 15:43:55 +00:00
Fix the RAFT notary demo, previously only 1 of the notaries was being used. (#619)
This commit is contained in:
parent
d65d63e4f6
commit
27d06df941
@ -56,9 +56,9 @@ publishing {
|
||||
task generateNotaryIdentity(type: JavaExec) {
|
||||
classpath = sourceSets.main.runtimeClasspath
|
||||
main = "net.corda.node.utilities.ServiceIdentityGeneratorKt"
|
||||
def nodeDirs = ["$deployTo/CN=Notary 1,O=R3,OU=corda,L=London,C=UK",
|
||||
"$deployTo/CN=Notary 2,O=R3,OU=corda,L=London,C=UK",
|
||||
"$deployTo/CN=Notary 3,O=R3,OU=corda,L=London,C=UK"].join("|")
|
||||
def nodeDirs = ["$deployTo/Notary1",
|
||||
"$deployTo/Notary2",
|
||||
"$deployTo/Notary3"].join("|")
|
||||
args = [nodeDirs, notaryType, notaryName]
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user