CORDA-2629: Configure smoke-test nodes to have validating notaries. (#4881)

This commit is contained in:
Chris Rankin 2019-03-12 18:32:07 +00:00 committed by Rick Parker
parent dae560e025
commit 92308021bf

View File

@ -101,7 +101,7 @@ class NodeProcess(
} }
(nodeDir / "node.conf").writeText(config.toText()) (nodeDir / "node.conf").writeText(config.toText())
createNetworkParameters(NotaryInfo(notaryParty!!, false), nodeDir) createNetworkParameters(NotaryInfo(notaryParty!!, true), nodeDir)
val process = startNode(nodeDir) val process = startNode(nodeDir)
val client = CordaRPCClient(NetworkHostAndPort("localhost", config.rpcPort)) val client = CordaRPCClient(NetworkHostAndPort("localhost", config.rpcPort))