mirror of
https://github.com/corda/corda.git
synced 2024-12-18 20:47:57 +00:00
CORDA-2629: Configure smoke-test nodes to have validating notaries. (#4881)
This commit is contained in:
parent
dae560e025
commit
92308021bf
@ -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))
|
||||||
|
Loading…
Reference in New Issue
Block a user