From 8d48083ddfd04c647100ab0fd6aac0ebb60c5958 Mon Sep 17 00:00:00 2001 From: Katarzyna Streich Date: Wed, 20 Dec 2017 10:02:03 +0000 Subject: [PATCH] Fix startErrorFlowSimulation (#222) --- .../src/main/kotlin/net/corda/explorer/ExplorerSimulation.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/explorer/src/main/kotlin/net/corda/explorer/ExplorerSimulation.kt b/tools/explorer/src/main/kotlin/net/corda/explorer/ExplorerSimulation.kt index edc0a0543e..7c8ef402dc 100644 --- a/tools/explorer/src/main/kotlin/net/corda/explorer/ExplorerSimulation.kt +++ b/tools/explorer/src/main/kotlin/net/corda/explorer/ExplorerSimulation.kt @@ -185,6 +185,7 @@ class ExplorerSimulation(private val options: OptionSet) { private fun startErrorFlowsSimulation() { println("Running flows with errors simulation mode ...") setUpRPC() + notary = aliceNode.rpc.notaryIdentities().first() val eventGenerator = ErrorFlowsEventGenerator( parties = parties.map { it.first }, notary = notary,